Skip to content

Instantly share code, notes, and snippets.

@tayyabsayyad
Created August 28, 2016 08:23
Show Gist options
  • Save tayyabsayyad/b07e29201b3b3b3c23990e027932163d to your computer and use it in GitHub Desktop.
Save tayyabsayyad/b07e29201b3b3b3c23990e027932163d to your computer and use it in GitHub Desktop.
commands for git proxy setting
git config --global --unset http.proxy
git config --global --get http.proxy
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment