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
- 或者使用ssh地址,不用http/https地址
但使用ssh地址需要生成密钥,这又是另一个问题