Git配置代理
配置HTTP代理git config --global http.proxy http://127.0.0.1:1080
配置Socks5代理git config --global http.proxy socks5h://127.0.0.1:1080
查看代理配置git config --global http.proxy
删除代理git config --global --unset http.proxy
配置HTTP代理git config --global http.proxy http://127.0.0.1:1080
配置Socks5代理git config --global http.proxy socks5h://127.0.0.1:1080
查看代理配置git config --global http.proxy
删除代理git config --global --unset http.proxy