fatal: early EOF fatal: index-pack failed

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

    Tried most of the answers here, I got the error with the PUTTY SSH Client with all possible constellations.

    Once I switched to OpenSSH the error was gone (remove the Environment Variable GIT_SSH and restart the git bash).

    I was using a new machine and newest git versions. On many other/older machines (AWS as well) it did work as expected with PUTTY as well without any git configuration.

提交回复
热议问题