【发布时间】:2011-05-14 19:55:18
【问题描述】:
来自 Win7 上的 cygwin git,我正在尝试与我的 linux 工作站协调。两者都是从同一个上游存储库克隆的。首先我执行“git fetch origin”,然后尝试从我的工作站获取。
$ git fetch origin
[... all ok ...]
$ git fetch b
scheib@b's password:
remote: Counting objects: 2031, done.
remote: Compressing objects: 100% (512/512), done.
fatal: The remote end hung up unexpectedly
fatal: early EOFs: 23% (182/789)
fatal: index-pack failed
【问题讨论】:
-
stackoverflow.com/questions/3750222/… 有帮助吗? (包括使用 msysgit 而不是 cygwin git?)
-
我已经通过使用 msysgit 和 ssh 协议解决了这个问题。