Git Pull failed: unable to access 'xxx': OpenSSL SSL_read: Connection was reset, errno 10054

Git Pull failed: unable to access 'xxx': OpenSSL SSL_read: Connection was reset, errno 10054

 

出现这个问题,原因未知,不过可以使用 git config --global http.sslVerify false 设置为false尝试下看看,这个属性默认值是true。

 

参阅:git-config.txt-httpsslVerify

 

posted @ 2022-03-31 19:33  星小梦  阅读(284)  评论(0)    收藏  举报