I’m prepping an update through git for the first time, I’ve always done it through svn before. I type in the commands: sudo -i
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
This is the error I get: fatal: unable to access ‘https://github.com/FOGProject/fogproject.git/’: gnutls_handshake() failed: A TLS packet with unexpected length was received.
I did a search for some of these error’s but I didn’t find anybody referencing these error’s.