使用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窗口,重新打开再执行git操作