错误:
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"
再次推送
2023-12-21 20:55:03
错误:
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"
再次推送
下一篇:Git-常见问题集