git遇到fatal:unable to access ‘https://github**‘:OpenSSL SSL_read:Connection was reset,errno 10054

RT

或者 gnutls_handshake() failed: The TLS connection was non-properly terminated.

git push或clone都会遇到。

执行如下命令即可:

 git config --global http.sslVerify "false"

Guess you like

Origin blog.csdn.net/figosoar/article/details/119598256