【发布时间】:2013-09-01 10:55:33
【问题描述】:
我正在尝试使用 Ubuntu 13.04 从 GitHub 私人仓库克隆我的项目。
我总是收到如下错误
error: RPC failed; result=18, HTTP code = 200| 17 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: recursion detected in die handler
我也尝试过以下命令,但没有区别
git config --global http.postBuffer 524288000
有什么我可能遗漏的吗?顺便说一句,我可以在 Windows 中毫无问题地克隆。
【问题讨论】: