【问题标题】:Git clone through https dies of signal 13通过 https 进行的 Git 克隆死于信号 13
【发布时间】:2014-12-06 06:53:24
【问题描述】:

git 的 https 模块因信号 13 而死,我不确定如何诊断它。这是我得到的:

$> git clone https://github.com/nixos/nixpkgs

Cloning into 'nixpkgs'...
...
Checking connectivity... done.
error: git-remote-https died of signal 13

我不确定如何解决这个问题。我的版本是 1.9.4。谢谢!

【问题讨论】:

    标签: git https nixos


    【解决方案1】:

    你有问题描述here似乎是合理的

    如果该实例问题出在版本或 libcurl 早于 7.32.0。如果您的 curl 比该版本旧,那么您需要升级。如果不是,那么我建议按照 Jeff 在该链接上提供的方法进行诊断。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-11-15
      • 2018-07-29
      • 2016-11-20
      • 2016-09-06
      • 2012-09-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多