2013-09-01 186 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進行測試。