I am using msysgit from behind a proxy. As I said in question Getting git to work with a proxy server
I have set system variable http_proxy
to a value. Later I call
git config --global http.proxy $http_proxy
However, if I call something like:
git clone git://git.savannah.gnu.org/gnuprologjava.git
It gives the following error:
git.savannah.gnu.org[0; 140.186.70.72]: errno=No error
fatal: unable to connect a socket (No error)