I have to use http proxy to connect to Git server. I am able to set it through Git Bash and use it too through the following command:
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
However, I am using Microsoft Git Provider integration with Visual Studio. And I am not able to set proxy anywhere to connect to Git server. Is there a way that I can save the proxy details for Microsoft Git Provider in Visual Studio?