当前位置: 首页 > 图灵资讯 > 技术篇> 【解决git报错 10054】OpenSSL SSL_read: Connection was reset, errno 10054

【解决git报错 10054】OpenSSL SSL_read: Connection was reset, errno 10054

来源:图灵教育
时间:2023-06-11 09:19:51

使用git获取github上的代码时报错误:OpenSSL SSL_read: Connection was reset, errno 10054

(此时必须打开vpn才能访问github)

参考网上回答,成功解决问题:

修改设置,解除SSL验证gitt config --global http.sslVerify "false" 此时,再次执行git操作。

32656@ThinkPad-Wei MINGW64 /d/01testlearncode/01comon/springboot配置多个数据源/springboot-demo-master (master)$ git push https://github.com/lian56847/springbootMultipledatasources.gitEverything up-to-date

注:设置后关闭当前git窗口,重新打开git操作