首页 > 其他分享> > [Bug0015] fatal: unable to access 'https://github.com/xxxxx/xxxxx.github.io.git/': OpenSSL
[Bug0015] fatal: unable to access 'https://github.com/xxxxx/xxxxx.github.io.git/': OpenSSL
作者:互联网
1、问题
fatal: unable to access 'https://github.com/xxxxx/xxxxx.github.io.git/': OpenSSL SSL_read: Connection was reset, errno 10054
2、场景
Hexo+Github 搭建博客更换电脑,提交本地内容报错。
3、原因
一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错。
4、解决方案
解除ssl验证,在终端执行下面的命令:
git config --global http.sslVerify "false"
其他参考文章: https://blog.csdn.net/m0_51269961/article/details/123709195
标签:reset,git,SSL,github,报错,https,xxxxx 来源: https://www.cnblogs.com/Code-Rain/p/16358211.html