Skip to content

Instantly share code, notes, and snippets.

@icyflame
Last active January 13, 2018 17:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icyflame/00e9dca0493736301949ffee7e147b99 to your computer and use it in GitHub Desktop.
Save icyflame/00e9dca0493736301949ffee7e147b99 to your computer and use it in GitHub Desktop.
Because clearing the http proxy settings is more of a pain than finding the right settings to use in the first place
Location Variable names Command to check if this variable still exists
~/dotfiles/.local/kgp.zsh HTTP_PROXY, HTTPS_PROXY, http_proxy, https_proxy `export
~/.gitconfig Git variables for http and https proxies git config --list
~/.bowerrc proxy and https-proxy used by Gulp No command, check the file itself. remove or change variable name in the file
~/.npmrc http-proxy and https-proxy used by NPM No command, check the file and remove or change
/etc/systemd/system/docker.service.d/http-proxy.conf Environment used by Docker to pull images systemctl show --property=Environment docker => Output should be Environment= (if it shows proxy, then this file needs to be changed) Tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment