admin管理员组

文章数量:1794759

git clone 失败解决方法:Failed to connect to 127.0.0.1 port 31181 Connection refused

Failed to connect to 127.0.0.1 port 31181 Connection refused
  • 1. 查看报错信息
  • 2. 查看是否使用代理
  • 3. 取消代理

1. 查看报错信息

2. 查看是否使用代理

代码语言:javascript代码运行次数:0运行复制
$ git config --global http.proxy

3. 取消代理

代码语言:javascript代码运行次数:0运行复制
$ git config --global --unset http.proxy
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2022-08-22,如有侵权请联系 cloudcommunity@tencent 删除gitcloneconnectconnectionport

本文标签: git clone 失败解决方法Failed to connect to 127001 port 31181 Connection refused