git向github push报错—— unable to access 'https://github.com/xxx/xxx': OpenSSL SSL_read: Connection was reset, errno 10054

解决方法:
1.

 git config --global https.sslVerify true
 git config --global http.sslVerify true
  1. 或者使用ssh地址,不用http/https地址
    但使用ssh地址需要生成密钥,这又是另一个问题

posted on 2022-05-11 17:05  In-6026  阅读(50)  评论(0)    收藏  举报

导航