命令行配置代理方式一
git config --global http.proxy http://代理服务器地址:端口号
git config --global https.proxy https://代理服务器地址:端口号
如果有用户名密码按照下面命令配置
git config --global http.proxy http://用户名:密码@代理服务器地址:端口号
git config --global https.proxy https://用户名:密码@代理服务器地址:端口号
取消代理文章来源:https://www.toymoban.com/news/detail-671703.html
git config --global --unset http.proxy
git config --global --unset https.proxy
————————————————
版权声明:本文为CSDN博主「Mr Tang」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_45443475/article/details/131323664文章来源地址https://www.toymoban.com/news/detail-671703.html
到了这里,关于git配置代理(github配置代理)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!