Tagged Questions
1
vote
1answer
160 views
route traffic to github through specific network interface [closed]
okey, I'm a complete NAP, so take it easy on me :)
My Situation;
My computer is in this stupid cooperate network of the company i work for. They have alot of policies and stuff, so its not possible ...
3
votes
3answers
2k views
I am failing to clone a git repo when behind a proxy
When I run git clone git://git.gnome.org/tracker, I get:
Cloning into tracker...
git.gnome.org[0: 209.132.180.173]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
...