Skip to content

Instantly share code, notes, and snippets.

@tayyabsayyad
Created August 28, 2016 08:23
Show Gist options
  • Save tayyabsayyad/a4f787edfe4abafc43006f56202c64f1 to your computer and use it in GitHub Desktop.
Save tayyabsayyad/a4f787edfe4abafc43006f56202c64f1 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