Use Windows Git with proxy server
Shesh – you’d think they’d have this more easily found on the official GIT website.
- Open a bash or cmd GIT shell
-
git config --global http.proxy http://my.proxy.server:1234
That should do it.
Shesh – you’d think they’d have this more easily found on the official GIT website.
git config --global http.proxy http://my.proxy.server:1234
That should do it.