码迷,mamicode.com
首页 > 数据库 > 详细

Git 拉取Gitee仓库报错:“fatal: unable to access ''": Failed to connect to 127.0.0.1 port 1080: Connection refused”

时间:2018-12-22 16:43:34      阅读:760      评论:0      收藏:0      [点我收藏+]

标签:port   fatal   failed   cti   拉取   alt   class   proxy   src   

1、报错信息:

技术分享图片

 

2、本地查看是否Git使用了代理

git config --global http.proxy 

技术分享图片

 

3、取消代理

git config --global --unset http.proxy

技术分享图片

 

Git 拉取Gitee仓库报错:“fatal: unable to access ''": Failed to connect to 127.0.0.1 port 1080: Connection refused”

标签:port   fatal   failed   cti   拉取   alt   class   proxy   src   

原文地址:https://www.cnblogs.com/gavincoder/p/10160986.html

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