-
Notifications
You must be signed in to change notification settings - Fork 129
doing git commandline operations behind wipro proxy
Sri Harsha Boda edited this page Sep 15, 2017
·
1 revision
Written by Jayabroto Das @bdrejayabroto
Git proxy needs to be set when working with Gitlab within Wipro network. Open "git-proxy-on.bat" and replace $user and $password with your Wipro network user and password. Then run the file.
Once outside of Wipro network Git proxy needs to be disabled. Run "git-proxy-off.bat".
In case of doubt run following 2 commands to verify Git proxy settings: "git config --get https.proxy" "git config --get http.proxy".
I found that a proxy server is running in Wipro network at proxy1.wipro.com on 8080 port for https and http connections. It should work across Wipro network.git-proxy-off.bat git-proxy-on.bat