0


git clone 拒绝连接,Connection refused 解决方法

git clone 拒绝连接,Connection refused 解决方法
一、使用env指令查询系统代理并取消对应http代理
二、使用git config指令查询代理并取消代理
三、直接修改.gitconfig配置文档查询代理并取消代理

git clone经常出现代理错误,报错如下:
fatal: unable to access ‘https://github.com/xbg/myproject.git/’: Failed to connect to 127.0.0.1 port 8888: 拒绝连接

取消代理:

git config --global --unset http.proxy

git config --global --unset https.proxy
标签: git

本文转载自: https://blog.csdn.net/weixin_44245188/article/details/139501705
版权归原作者 兔兔爱学习兔兔爱学习 所有, 如有侵权,请联系我们删除。

“git clone 拒绝连接,Connection refused 解决方法”的评论:

还没有评论