fatal: unable to access “…”: gnutls_handshake() failed: Handshake failed

fatal: unable to access “…”: gnutls_handshake() failed: Handshake failed

I've been using Git for the past few months. Recently when I try to clone or to push, I keep on getting this error. I've researched on the internet but so far no solution has worked for me. Does anyone have an idea?

External note : Now I moved to different country, it was working perfectly where I was before. Git Version : 2.11.0 , OS : Debian GNU/Linux 9.11 (stretch)

Error : git push or git clone fatal: unable to access 'https://**************/': gnutls_handshake() failed: Handshake failed

答案1

I get "gnutls_handshake() failed" message as well.
You could try to compile git with OpenSSL instead of gnutls using Paul N. Baker's shell script.

This shell script works for me.

相关内容