English 中文(简体)
如何解决致命问题:索引包失败?
原标题:How to solve fatal: index-pack failed ?
  • 时间:2012-05-26 14:00:11
  •  标签:
  • git

我运行 :

  ira@ira-K42JP:~/code/ros/sam_slam$ git clone       git://github.com/ethz-asl/ros-mapping.git ethzasl_mapping
  Initialized empty Git repository in       /home/ira/code/ros/sam_slam/ethzasl_mapping/.git/      
  remote: Counting objects: 784, done.
  remote: Compressing objects: 100% (238/238), done.
  fatal: The remote end hung up unexpectedlyiB | 18 KiB/s   
  fatal: early EOFs:  31% (244/784), 52.00 KiB | 18 KiB/s   
  fatal: index-pack failed
  ira@ira-K42JP:~/code/ros/sam_slam$
  ira@ira-K42JP:~/code/ros/sam_slam$ git clone       git://github.com/ethz-asl/ros-mapping.git ethzasl_mapping
  Initialized empty Git repository in       /home/ira/code/ros/sam_slam/ethzasl_mapping/.git/
  remote: Counting objects: 784, done.
  remote: Compressing objects: 100% (238/238), done.
  fatal: The remote end hung up unexpectedlyiB | 18 KiB/s   
  fatal: early EOFs:  31% (244/784), 52.00 KiB | 18 KiB/s   
  fatal: index-pack failed
  ira@ira-K42JP:~/code/ros/sam_slam$

如何解决?

谢谢

最佳回答

除非您正在使用不寻常的协议组合(如“< a href=” https://stackoverflow.com/ questions/250564/git- check-out- problem-fatal-early-eofs”),否则这是GitHub服务器打嗝的标志。

见其“https://status.github.com//'rel=“不跟随无退路者”>GitHub系统状态页面:

May 25, 2012 – minor interruption occurred

06:44 am PST
All systems are back to normal.

06:30 am PST
Investigating intermittent  remote end hung up unexpectedly  errors 

在GitHub提到的官方“解决时间”后,

问题回答

暂无回答




相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签