git遇到SSL错误:fatal: unable to access 'https://github.com/apache/dubbo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

问题:远程克隆github项目的地址遇到该问题;OpenSSL证书问题

解决方案:解除ssl验证

git config --global http.sslVerify "false"

 

git遇到SSL错误:fatal: unable to access 'https://github.com/apache/dubbo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

 

git遇到SSL错误:fatal: unable to access 'https://github.com/apache/dubbo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

上一篇:SQL的多表联查


下一篇:MySQL数据完整性约束