Gt:必须推两次(或更多)

时间:2011-11-11 09:25:09

标签: windows git ssh

我在win7机器上使用git + ssh。当我输入'git push'时,它有时会向服务器发送提交,有时则不会。每当我无法理解时,它是否被发现。为什么会发生这种情况,我该怎么做才能解决它?

D:\project>git push
Counting objects: 56, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (29/29), 3.83 KiB, done.
Total 29 (delta 27), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly

D:\project>git push
Counting objects: 56, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (29/29), 3.83 KiB, done.
Total 29 (delta 27), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly

D:\project>git push
Everything up-to-date

0 个答案:

没有答案