【问题标题】:RestBed clone failed from githubRestBed 克隆从 github 失败
【发布时间】:2018-04-23 16:39:13
【问题描述】:

在克隆 restbed 存储库时,我们遇到了错误,并且花费了很多时间。

$ git submodule update --init --recursive
Submodule 'dependency/asio' (https://github.com/corvusoft/asio-dependency) registered for path 'dependency/asio'
Submodule 'dependency/catch' (https://github.com/corvusoft/catch-dependency) registered for path 'dependency/catch'
Submodule 'dependency/openssl' (https://github.com/corvusoft/openssl-dependency) registered for path 'dependency/openssl'
Cloning into '${HOME}/restbed/dependency/asio'...

error: RPC failed; curl 56 SSL read: errno -5961
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/corvusoft/asio-dependency' into submodule path '${HOME}/restbed/dependency/asio' failed
Failed to clone 'dependency/asio'. Retry scheduled

repo 有问题吗?

谢谢,

【问题讨论】:

    标签: github restbed


    【解决方案1】:

    运行git clone --recursive https://github.com/corvusoft/restbed.git时会发生什么

    【讨论】:

    • 使用“子模块”选项或“递归克隆”选项时没有区别。看起来“asio”上的依赖库导致超时。现在,我们发现“--recursive”和“子模块”都可以正常工作。感谢您的帮助。
    • 很奇怪。之前没有从 GitHub 看到帽子行为。很高兴听到它又开始工作了:D
    猜你喜欢
    • 1970-01-01
    • 2016-03-17
    • 2014-03-29
    • 1970-01-01
    • 2020-08-27
    • 1970-01-01
    • 2018-09-19
    • 1970-01-01
    • 2013-04-16
    相关资源
    最近更新 更多