2013-09-01 77 views
1

我想克隆我的项目从GitHub私人回购使用Ubuntu 13.04。GitHub克隆错误:无法克隆与EOF错误

我得到如下错误所有的时间

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中。

回答

1

首先检查问题是否仍然存在,因为今天早上有一些问题与GitHub。
看到它status history

Today 
6:52 UTC Everything operating normally. 
6:50 UTC Some GitHub pages are again unavailable. We are continuing to investigate. 

如果它确实仍然存在,还要检查是否可以重现它在不同的计算机/ OS。
this issue所示,如果这确实是由于某些内容较大,则用shallow clone进行测试。