GitHub Clone Error: Cannot clone with EOF error

廉价感情. 提交于 2019-12-19 11:25:00

问题


I am trying to clone my project from GitHub private repo using Ubuntu 13.04.

I am getting error as below all the time

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

I have tried the following command as well but not difference

git config --global http.postBuffer 524288000

Is there anything i may be missing? Btw, I am able to clone without problem in windows.


回答1:


First check if the issue persists, because there were some issues this morning with GitHub.
See its status history:

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

If it does persists, check also if you can reproduce it on different computer/OS.
As shown in this issue, if this really is because of some huge content, then test it with a shallow clone.



来源:https://stackoverflow.com/questions/18557703/github-clone-error-cannot-clone-with-eof-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!