Skip to content

Instantly share code, notes, and snippets.

@bertanasco
Created April 29, 2014 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bertanasco/11391367 to your computer and use it in GitHub Desktop.
Save bertanasco/11391367 to your computer and use it in GitHub Desktop.
git use proxy
git config --global http.proxy http://username: password@ proxy:port
i.e
git config --global http.proxy http://username: password@ap-mnl-proxy01:8080 <http://ap-mnl-proxy01:8080/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment