git config --global http.https://github.com.proxy http://127.0.0.1:7890
git config --global https.https://github.com.proxy http://127.0.0.1:7890
git config --global --get http.https://github.com.proxy
git config --global --get https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy
git config --global --unset https.https://github.com.proxy
git config --global --list
标签:git,--,global,代理,github,https,config From: https://www.cnblogs.com/zijian-yang/p/18454144