Open GoogleCodeExporter opened 9 years ago
OK, I found that the problem lies in the fact that "['ssh', '-M', '-N', '-o',
'ControlPath" is not given the opportuinty to obtain the passphrase.
I changed the code in git_config.py around line 457::
try:
Trace(': %s', ' '.join(command))
print(command)
p = subprocess.Popen(command)
time.sleep(10) <<<<<<<<<<<<<<<<<<<<<< added this
Then I have enough time to enter the passphrase, and after that everything
works automatically.
Original comment by raske...@eligoenergy.com
on 6 Aug 2014 at 9:49
Original issue reported on code.google.com by
raske...@eligoenergy.com
on 6 Aug 2014 at 9:29