首页 > 其他分享 >【解决git报错 10054】OpenSSL SSL_read: Connection was reset, errno 10054

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

时间:2023-06-10 13:33:47浏览次数:55  
标签:reset git springboot errno 10054 OpenSSL github 报错


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

(此时又必须开着vpn才能访问到github)

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

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

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

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

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

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


标签:reset,git,springboot,errno,10054,OpenSSL,github,报错
From: https://blog.51cto.com/u_15975228/6454452

相关文章