I'm tryng to start using Git on GitHub. Unfortunately I can't manage to get it working, I always receive, when I try to clone the repository, the message "Connection refused". Since I'm behind a proxy server I suppose the problem is there, but I don't know how to fix.
Below what I tryed so far: I open the account on GitHub then I generated a key with putty gen: I saved the private key (2) on the disk and sent the public(1) into the github place for SSH keys: Then I used the private key in the clone phase as below:
This did not work for me, so I tryed to authenticate with my proxy using Cntlm and setting it to point the enterprise proxy. Then I changed the tortoisegit configuration as below:
but when I try to clone I'm always facing the "Connection Refused" error. The Cntlm configuration file looks like:
Username fpollano
Domain mydomain
PassLM 93D6A9F56CD43B4571101CC5806411F2
PassNT 5FD9AD7F1504A469D994241648972131
PassNTLMv2 7255AE1CBA2511A751F848FC34087011
#Workstation netbios_hostname # Should be auto-guessed
Proxy 192.168.1.5:8080
( I even check with clear password, with same results )
Anyone know a solution ? Alternatively any way to get some of these agents log something somewhere ? Thanks to all !