I was able to set cntlm (see its sourceforge project) to our corporate proxy and browser works through it. Both on http and https.
But when I try to run git clone -v https://github.com/spraints/git-tfs.git
, it sends several initial packages and hangs. Resulting .git
directory is about 14kb.
On the contrary when I set it directly in git via:
git config --global http.proxy http://domain\\\login:password@our-proxy-server:8088
everything works well.
Do you have any suggestions?
Or probably some proposal how to connect git to repositories without putting password in plaintext configs?