Skip to content

Instantly share code, notes, and snippets.

@jmpcyc
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save jmpcyc/cb9143fbb68ab974b58a to your computer and use it in GitHub Desktop.

Select an option

Save jmpcyc/cb9143fbb68ab974b58a to your computer and use it in GitHub Desktop.
proxy settings for git
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