本文介绍了git clone:GnuTLS recv错误(-9):收到一个意外长度的TLS包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图克隆一个git仓库,并且在执行命令时收到以下错误:
GnuTLS recv错误(-9):收到一个意外长度的TLS数据包。
我的客户端机器是Ubuntu 14.04。
这是已知的错误,因为@Ivan Ternovtsiy说,但有解决方法
从系统中删除当前GIT
sudo apt-get purge git
下载GIT deb git_1.9.1-1_amd64.deb
执行下载的DEB。
I'm trying to clone a git repository and I'm receiving following error while executing the command:
GnuTLS recv error (-9): A TLS packet with unexpected length was received.
My client machine is a Ubuntu 14.04.
解决方案
This is Known bug as @Ivan Ternovtsiy said ,but there is workaround
Remove current GIT from your system
sudo apt-get purge git
Download GIT deb git_1.9.1-1_amd64.deb link
Execute the downloaded DEB.
这篇关于git clone:GnuTLS recv错误(-9):收到一个意外长度的TLS包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!