Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wjch/5066085 to your computer and use it in GitHub Desktop.
Save wjch/5066085 to your computer and use it in GitHub Desktop.
LINUX Proxy settings using export http_proxy,在本shell及其子进程中进行设置
export http_proxy=http://server-ip:port/
export http_proxy=http://127.0.0.1:8087/ //GAE
export http_proxy=http://proxy-server.mycorp.com:3128/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment