Monday 15 October 2012

Git Cloning Error: gnutls_handshake()

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 ...

1 comment:

  1. This post really does not deal with the issue. I need more relevant details.

    ReplyDelete