git config --global http.proxy http://192.168.1.15:8080
git config --global https.proxy https://192.168.1.15:8080
git config --global https.proxy https://192.168.1.15:8080
git config --global http.sslVerify false
last command is for proxies that rewrites SSL certifications or may have Deep Packet Inspection (DPI) on.
Recommended Reading:
http://blog.vogella.com/2010/08/09/git-https/
Recommended Reading:
http://blog.vogella.com/2010/08/09/git-https/
1 comment:
This trick helped a lot to access git bash from BRAC University lab computers.
Post a Comment