我已经遍历了这个:Git clone through https dies of signal 13,但是还没有好的答案。所以我再次询问。
我认为这是一个卷曲问题,我在ubuntu14.04上安装了curl 7.35.0,版本信息如下:
curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
我已经将git编译为openssl。 git版本是1.9.1。我发出该错误消息“错误:git-remote-http死于信号13”
git clone http://github.com/tensorflow/tensorflow.git
。
我应该将curl升级到更高版本吗?还是有其他简单的解决方案?
谢谢。
更新
我在针对openssl的ubuntu16.04中编译了一个git,并将其安装到此ubuntu14.04中,问题已解决...我不知道为什么...