fatal: early EOF fatal: index-pack failed

后端 未结 30 1251
滥情空心
滥情空心 2020-11-22 10:51

I have googled and found many solutions but none work for me.

I am trying to clone from one machine by connecting to the remote server which is in the LAN network.

30条回答
  •  花落未央
    2020-11-22 11:45

    I got the same issue as below when I run git pull

    remote: Counting objects: 149, done.
    Connection to git-codecommit.us-east-1.amazonaws.com closed by remote host.
    fatal: The remote end hung up unexpectedly
    fatal: early EOF
    fatal: index-pack failed
    

    Then I checked the git status, There were so many uncommitted changes I fixed the issue by committing and push all the uncommitted changes.

提交回复
热议问题