I have setup a cntlm
based proxy on my system. I've pointed git to use this proxy by adding following to my .gitconfig
file.
[http]
proxy = http://:@localhost:3128
However when I run git clone
from commandline it shows me this error -
error: Failed connect to github.com:443; Connection timed out while accessing
I've tested the proxy with firefox and it works.
How do I find out more information about why git is failing? Where do I see the logs for git
client.