I\'ve got msysGit (Git on Windows) working just fine on my home machine, but at work, where we are behind a Microsoft ISA proxy, I get the following error when I do a git cl
Here is what worked for me:
git config --global http.proxy http://login:password@PROXY_SERVER:PORT git config --global http.sslVerify false