Last active
August 29, 2015 14:27
-
-
Save jmpcyc/cb9143fbb68ab974b58a to your computer and use it in GitHub Desktop.
proxy settings for git
This file contains hidden or 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:proxypwd@proxy.server.com:8080 | |
| git config --global https.proxy https://proxyuser:proxypwd@proxy.server.com:8080 | |
| git config --global --unset http.proxy | |
| git config --global --unset https.proxy | |
| https://help.github.com/articles/generating-ssh-keys/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment