7

http

  • linux:
export http_proxy=http://127.0.0.1:1087;
export https_proxy=http://127.0.0.1:1087;
  • window:
set http_proxy=http://127.0.0.1:1087;
set https_proxy=http://127.0.0.1:1087;

socks

  • linux:
export http_proxy=socks5://127.0.0.1:10808
export https_proxy=socks5://127.0.0.1:10808
  • window:
# 使用sock5
set http_proxy=socks5://127.0.0.1:10808
set https_proxy=socks5://127.0.0.1:10808

取消

  • linux:
unset http_proxy
unset https_proxy
  • window:
set http_proxy=
set https_proxy=

git单独设置

git config --global http.proxy 'socks5://127.0.0.1:10808' 
git config --global https.proxy 'socks5://127.0.0.1:10808'
# 取消
git config --global --unset http.proxy
git config --global --unset https.proxy

WX20210922-091703.png


雾岛听风
12.1k 声望8.6k 粉丝

丰富自己,胜过取悦别人。