RPCfailed;curl7OpenSSLSSL_readConnectionwasreset,errno10054
$ git pull
error: RPC failed; curl 7 OpenSSL SSL_read: Connection was reset, errno 10054
fatal: the remote end hung up unexpectedly
主要原因是安全设置的问题:
首先执行git config http.sslVerify "false" 若出现下列错误
git config http.sslVerify "false" fatal: not in a git directory
再继续执行 git config --globle http.sslVerify "false" 问题解决
以上是 RPCfailed;curl7OpenSSLSSL_readConnectionwasreset,errno10054 的全部内容, 来源链接: utcz.com/z/514814.html