【发布时间】:2011-10-19 07:09:18
【问题描述】:
我创建了一个名为“6796”的分支,然后我将它推送到远程,在另一台机器上检查它,进行其他编辑,推送它,然后将其与主服务器合并,并在本地和远程删除它 (@987654321 @) - 在另一台机器上。现在,当我运行git pull:
fatal: Couldn't find remote ref refs/heads/6796
user@host:~/path/to/repo$ fatal: The remote end hung up unexpectedly
但git pull origin master 工作正常。在我看来,有一些 6796 参考挂断...如何解决这个问题?
【问题讨论】:
标签: git