Skip to content

Instantly share code, notes, and snippets.

@RafaelC457ro
Last active October 26, 2017 19:30
Show Gist options
  • Save RafaelC457ro/074841d556ff2d83170799d661e2f2bb to your computer and use it in GitHub Desktop.
Save RafaelC457ro/074841d556ff2d83170799d661e2f2bb to your computer and use it in GitHub Desktop.
  • Proxy windows para composer
SET HTTP_PROXY=http://111.111.1.1:8080
  • Proxy git
git config --global http.proxy http://111.111.1.1:8080
git config --global --unset http.proxy
  • NPM Proxy
npm config set proxy http://111.11.1.1:8080
npm config delete proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment