git
1 | $ git config --global https.proxy https://127.0.0.1:10809 |
pip
1 | $ export http_proxy='http://代理服务器IP:端口号' |
npm
1 | $ npm config set proxy=http://192.168.9.93:10809 |
apt-get
1 | sudo apt-get -o Acquire::http::proxy="http://127.0.0.1:8000/" update |
powershell
1 | env:HTTP_PROXY="http://域名:端口" |