Git提交到Github时报错unable to access XXOpenSSL SSL_read Connection was reset errno 10054如何解决?

涎涎原创约 262 字小于 1 分钟...GitGit

15-Git提交到Github时报错unable to access 'https://github.com/javaobjects/studyLog.git/open in new window': OpenSSL SSL_read: Connection was reset, errno 10054如何解决?.md

注意

本博文仅供学术研究和交流参考,严禁将其用于商业用途。如因违规使用产生的任何法律问题,使用者需自行负责。

  • 报错如下
fatal: unable to access 'https://github.com/javaobjects/studyLog.git/': OpenSSL SSL_read: Connection was reset, errno 10054
  • 解决方法,执行如下代码
git config --global http.sslVerify "false"

分割线


相关信息

以上就是我关于 Git提交到Github时报错unable to access 'https://github.com/javaobjects/studyLog.git/open in new window': OpenSSL SSL_read: Connection was reset, errno 10054如何解决? 知识点的整理与总结的全部内容,希望对你有帮助。。。。。。。

扩展知识

  1. Git报错解决:fatal: unable to access 'https://github.com/.......': OpenSSL SSL_read: Connection was reset, errno 10054open in new window
上次编辑于:
贡献者: 涎涎
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.4