git push fatal: unable to access 'https://github.com/yxdych/test.git/': OpenSSL SSL_read: Connection was reset, errno 10054

错误:
git push -u origin dev
fatal: unable to access 'https://github.com/yxdych/test.git/': OpenSSL SSL_read: Connection was reset, errno 10054

解决:git config --global http.sslVerify "false"

再次推送

posted @ 2021-08-06 08:52  这该死的代码  阅读(211)  评论(0编辑  收藏  举报