码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab 代理报错

时间:2021-06-05 18:13:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:class   ref   设置   显示   rgba   问题   unset   code   报错   

解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused”


需要两行命令解决问题
主要原因是使用了proxy代理,我们只需要关闭代理

 

git config --global http.proxy //查看代理
显示 localhost:1080


再输入此命令行

git config --global --unset http.proxy //不设置代理


再次重新git clone即可

2021-06-05

gitlab 代理报错

标签:class   ref   设置   显示   rgba   问题   unset   code   报错   

原文地址:https://www.cnblogs.com/cheflone/p/14852072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!