Git 拉取Gitee仓库报错:“fatal: unable to access ''": Failed to connect to 127.0.0.1 port 1080: Connection refused”
时间:2018-12-22 16:19:06
收藏:0
阅读:1692
1、报错信息:
2、本地查看是否Git使用了代理
git config --global http.proxy
3、取消代理
git config --global --unset http.proxy
原文:https://www.cnblogs.com/gavincoder/p/10160986.html
评论(0)