Git 设置和取消代理
2017-04-21 本文已影响0人
Locdee_落地
git config --global https.proxy http://127.0.0.1:8087
git config --global https.proxy https://127.0.0.1:8087
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy