Cygwin: git

On Windows in Cygwin shell git pull was hanging up.

Apparently on Cygwin needs to show a pop-up to ASK for password for fetch / pull / push commands, to enable that you need to execute command:


git config --global core.askpass "git-gui--askpass"

No comments:

Post a Comment