git报错fatal: unable to access ‘https://github.com/‘: OpenSSL SSL_read: Connection was reset
bug描述fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection was reset, errno 10054bug产生原因产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错bug 解决方法参考网上解决办法:解除ssl验证后,再次git即可在终端窗口输入:git confi
·
所有评论(0)