If you need to clone a repository from the github and getting the following annoying error then the trick is to change the https protocole to http:
error: gnutls_handshake() failed: A TLS warning alert has been received. while accessing https:
fatal: HTTP request failed
so just do:
git clone http://github.com/whatever ...
This post really does not deal with the issue. I need more relevant details.
ReplyDelete