Proxies via Cntlm: why does the git clone hang?

I managed to install cntlm (see the sourceforge project ), through our corporate proxy and browser. Both on http and https.
But when I try to start , it sends some initial packets and freezes. The resulting catalog is about 14 KB.git clone -v https://github.com/spraints/git-tfs.git.git

Conversely, when I install it directly in git with:

git config --global http.proxy http://domain\\\login:password@our-proxy-server:8088

everything works well.

Do you have any suggestions?
Or maybe some suggestion about connecting git to repositories without entering a password in plaintext configurations?

+5
source share
2 answers

Git , -. , .
, http.proxy( % http_proxy%, ), git $HOME/.netrc ( %HOME%/_netrc Windows)

- , , . https , .

+1

All Articles