问题记录-fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054admin (2023-03-07)|209次阅读
这是服务器的SSL证书没有经过第三方机构的签署,所以报错。
错误原因可能是网络不稳定,连接超时造成的,如果你试了多次还是报这个错误
执行下面命令 解决错误
git config --global --unset http.sslVerify "false"