brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

Pushing to remote failed #1168

Closed m0sk1t closed 8 years ago

m0sk1t commented 9 years ago

[I'm supposed to describe steps to replicate my issue here and if I don't do that, I understand that my issue will be probably ignored.]


Brackets 1.4.0-16380 (linux), Git 1.9.1 & Brackets-Git 0.14.32

Pushing to remote failed

Error: cmd-spawn-timeout: git push --porcelain --progress origin master
call: git push --porcelain --progress origin master
Error: cmd-spawn-timeout: git push --porcelain --progress origin master
    at timeoutPromise (file:///home/m0sk1t/.config/Brackets/extensions/user/zaggino.brackets-git/src/Cli.js:228:27)
    at file:///home/m0sk1t/.config/Brackets/extensions/user/zaggino.brackets-git/src/Cli.js:271:33
matbeard commented 9 years ago

Same issue here after updating to Brackets-Git 0.14.32

Any suggestions?

zaggino commented 9 years ago

This usually happens only when the git is waiting for the password.

matbeard commented 9 years ago

Not sure what's happening. I'm getting various errors when first attempting to push or pull, but 2 or 3 subsequent retries generally work. So it's no big deal.

zaggino commented 9 years ago

When it works, how long does it take?

zaggino commented 9 years ago

You may want to increase default git timeout from 30 seconds to 60?

image