Created
January 4, 2012 13:44
-
-
Save gmic/1560144 to your computer and use it in GitHub Desktop.
Git: using a proxy server behind a corporate firewall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global http.proxy http://proxyuser:[email protected]:8080 | |
git config --system http.sslcainfo /bin/curl-ca-bundle.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment