Git checking out problem [fatal: early EOFs]

后端 未结 6 770
星月不相逢
星月不相逢 2020-12-02 00:26

I\'m running a Ubuntu (9.10) server with Git (latest from Ubuntu package manager) installed. Access to the Git is via SSH. On windows machines, I\'m using Cygwin to push/pul

6条回答
  •  猫巷女王i
    2020-12-02 01:19

    @rickb I found that running

    git config --add core.compression -1
    

    in the client (cygwin) repository fixed it.

提交回复
热议问题