标签:unset https 代理 proxy lob -- 127.0.0.1 oba tps
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
标签:unset https 代理 proxy lob -- 127.0.0.1 oba tps
原文地址:https://www.cnblogs.com/wenlin-gk/p/9994098.html