git clone failed
-
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/fogprojectThis 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.
-
@jamesb said in git clone failed:
git clone https://github.com/FOGProject/fogproject.git /
This is working for me perfectly fine. Do you have a SSL-intercepting proxy in your network?
-
Is your fog server behind a proxy server or does the fog server have direct access to the internet?