0
点赞
收藏
分享

微信扫一扫

git 报错及解决

冬冬_79d4 2022-05-06 阅读 42

1. Failed to connect to 127.0.0.1 port 7890 after 2095 ms: Connection refused

代理问题

解决方法:

//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy

2.10054报错

OpenSSL SSL_read: Connection was reset, errno 10054

好像是网不好,试了两次,第二次成功了

解决方法:

多试几次

举报

相关推荐

0 条评论