Answer the question
In order to leave comments, you need to log in
Git, Windows and proxies?
I'm trying to install git on windows. Followed this guide . Stuck on step #5.
ssh -T [email protected]
Gives an error
shh: github.com: no address associated with name
What could be the problem? I myself suspect that the proxy (traffic inspector) is to blame. Inet in the office is distributed only through it and there are no other opportunities to commit.
Answer the question
In order to leave comments, you need to log in
You can try this:
Create a .gitconfig file in your home directory and
enter your proxy
[http]
proxy = xxx.xxx.xxx.xxx:xxxx
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question