为git设置代理

为给git设置代理

通过软件形式为git设置代理

命令(端口改为自己的端口):

1
2
git config --global https.proxy http://127.0.0.1:1083
git config --global https.proxy https://127.0.0.1:1083

当切换代理端口,需要取消代理时候

1
2
git config --global --unset http.proxy
git config --global --unset https.proxy
文章作者: Xu Ziao
文章链接: http://www.xuziao.cn/2022/08/12/110248/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 青橙技术栈