Windows git bash 设置代理
https://zhuanlan.zhihu.com/p/390620901
Qv2ray
统一都设置成socks对应的端口号
git config –-global http.proxy socks5://127.0.0.1:10810
git config –-global https.proxy socks5://127.0.0.1:10810
取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
本博文本意在于记录个人的思考与经验,部分博文采用英语写作,可能影响可读性,请见谅
本文来自博客园,作者:ZXYFrank,转载请注明原文链接:https://www.cnblogs.com/zxyfrank/p/15632198.html