How to solve git hub error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL?

You needed to change the git config to use TLSv1.2 instead of SSLv3:

run this command in git terminal:

git config http.sslVersion tlsv1.2

if you want to set globally:

git config http.sslVersion tlsv1.2

if doesn’t work then update git first. then try

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More