【已解决】error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 fatal: expected
有时候我们在GitHub上clone一些项目的时候,会出现error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 fatal: expected flush after ref listing错误。此时执行git config --global http.sslVerify "false"然后再c
·
有时候我们在GitHub上clone一些项目的时候,会出现
error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 fatal: expected flush after ref listing错误。
此时执行
git config --global http.sslVerify "false"
然后再clone即可
更多推荐




所有评论(0)