Skip to content

Instantly share code, notes, and snippets.

@thblckjkr
Last active January 19, 2018 23:29
Show Gist options
  • Save thblckjkr/15497cd6f000652163511b3b03850d47 to your computer and use it in GitHub Desktop.
Save thblckjkr/15497cd6f000652163511b3b03850d47 to your computer and use it in GitHub Desktop.
Prevent proxy on apt-get
Prevent proxy on APT-get
sudo apt-get -o Acquire::http::proxy=false
Prevent Proxy on NPM
npm config rm proxy
npm config rm https-proxy
npm update --noproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment