ubuntu - git clone: GnuTLS recv error (-9): A TLS packet with unexpected length was received -
i'm trying clone git repository , i'm receiving following error while executing command:
gnutls recv error (-9): tls packet unexpected length received.
my client machine ubuntu 14.04.
this known bug @ivan ternovtsiy said ,but there workaround
remove current git system
sudo apt-get purge git
download git deb git_1.9.1-1_amd64.deb link
execute downloaded deb.
Comments
Post a Comment