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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -