Skip to content

Instantly share code, notes, and snippets.

@wfxr
Last active September 12, 2016 14:42
Show Gist options
  • Save wfxr/8b70bd482700c1ad4d1354af76ac67c6 to your computer and use it in GitHub Desktop.
Save wfxr/8b70bd482700c1ad4d1354af76ac67c6 to your computer and use it in GitHub Desktop.

开启代理:

export http_proxy=http://127.0.0.1:8087/
export https_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$HTTP_PROXY

取消代理

unset http_proxy=http://127.0.0.1:8087/
unset https_proxy=$http_proxy
unset HTTP_PROXY=$http_proxy
unset HTTPS_PROXY=$HTTP_PROXY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment