使用git时遇上的问题
作者:互联网
1、报错fatal: unable to access 'https://github.com/......git/': OpenSSL SSL_read: Connection was reset, errno 10054
是否解决:已解决
操作:从github上clone代码到本地时产生的报错
解决方法:解除ssl验证后,再次git clone即可
git config --global http.sslVerify "false"
标签:github,sslVerify,clone,git,报错,使用,解决,遇上 来源: https://www.cnblogs.com/doxr/p/16172301.html