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. 查看是否使用代理

$ git config --global http.proxy

在这里插入图片描述

3. 取消代理

$ git config --global --unset http.proxy

git clone 失败解决方法:Failed to connect to 127.0.0.1 port 31181 Connection refused_第1张图片

你可能感兴趣的:(git,java,git)