Visual Studio: set git-Proxy

If not done yet install the following features in Visual Studio:
[x] Git for Windows
[x] GitHub Extension for Visual Studio

Configure Proxy for git

Tools –> NuGet Package Manager –> Package Manager Console
Run the following commands:

git config --global http.proxy http://user:password@proxy:port
git config --global https.proxy http://user:password@proxy:port

Start –> Programs List –> Visual Studio –> Developer Command Prompt for VS 20XX
Also run the following commands:

git config --global http.proxy http://user:password@proxy:port
git config --global https.proxy http://user:password@proxy:port

One comment

  1. I’m not that much of a internet reader to be honest but your sites really nice, keep it up!
    I’ll go ahead and bookmark your website to come back later on. Cheers

Comments are closed.