X
X
x2bool2012-04-06 09:07:15
git
x2bool, 2012-04-06 09:07:15

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

3 answer(s)
K
kolesnevg, 2012-04-06
@kolesnevg

Show command output
ping github.com

A
Anton Taraev, 2012-04-06
@ataraev

You can try this:
Create a .gitconfig file in your home directory and
enter your proxy
[http]
proxy = xxx.xxx.xxx.xxx:xxxx

D
Dmitry404, 2012-04-06
@Dmitry404

Here is what GitHub itself recommends to solve this problem - help.github.com/firewalls-and-proxies

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question