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?
here is the proxy setting
git config --global http.proxy http://<username>:<pass>@<ip>:<port> git config --global https.proxy http://<username>:<pass>@<ip>:<port>