Knowledge Base

← Knowledge Base

network

To set a global proxy for git, call:

git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080

This also works for git in Visual Studio (see Stackoverflow).

Please log in to rate this.
0 people found this helpful.

0 Comments - Leave a Comment

When the proxy settings are obtained from the network, it is hard to find these values.  Superuser shows a way to get them from the network.  The easiest way is to just surf to the url http://wpad. If this does not work, first try to find the Primary DNS Suffix in the output of ipconfig /all. Try to reach wpda."priamry dns suffix" and if that works, surf to http://wpad."suffix"/wpad.dat.

— see Superuser

Please log in to rate this.
0 people found this helpful.

0 Comments - Leave a Comment

← Knowledge Base

Leave a Reply

Your email address will not be published. Required fields are marked *