为本地git配置代理1234567891011# 查看当前设置git config --global --listgit config --global https.proxy socks5://127.0.0.1:7890git config --global http.proxy socks5://127.0.0.1:7890git config --global --unset http.proxygit config --global --unset https.proxy