push代码到GitHub提示:
fatal: unable to access 'https://github.com/panc-test/pythonProject.git/': OpenSSL SSL_read: Connection was aborted, errno 10053
解决方案:
1、网络不稳定,多试几次
2、更改网络认证设置, 项目仓库下执行
git config http.sslVerify "false"
push代码到GitHub提示:
fatal: unable to access 'https://github.com/panc-test/pythonProject.git/': OpenSSL SSL_read: Connection was aborted, errno 10053
解决方案:
1、网络不稳定,多试几次
2、更改网络认证设置, 项目仓库下执行
git config http.sslVerify "false"
本文标题:OpenSSL SSL_read: Connection was
本文链接:https://www.haomeiwen.com/subject/sqshqdtx.html
网友评论