fatal: early EOF fatal: index-pack failed

后端 未结 30 1593
滥情空心
滥情空心 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:34

    I had the same problem, I even tried to download the project directly from the website as a zip file but the download got interrupted at the exact same percent.

    This single line fixed my problem like a charm

    git config --global core.compression 0
    

    I know other answers have mentioned this but, no one here mentioned that this line alone can fix the problem.

    Hope it helps.

提交回复
热议问题