How do I get Git to use a proxy server?
I need to check out code from a Git server, but it shows \"Request timed out\" every time. How do I get around this?
Try to put the following to the ~/.gitconfig file:
[http] proxy = http://proxy:8080 [https] proxy = http://proxy:8080 [url "https://"] insteadOf = git://