当git push时,连接被中止了异常

时间:2012-08-28 12:49:31

标签: git

为什么我们得到“连接被中止”的例外......致命:远程端意外致命地致命:远程端意外挂断。

整个会话内容如下:

vamshi.krishna@-KRISHNA /c/Project Repo/diameter (springdevelopment) $ git push origin springdevelopment 
vamshi.krishna@svn..local's password: 
Counting objects: 11, done. 
Delta compression using up to 4 threads. 
Compressing objects: 100% (6/6), done. 
Writing objects: 100% (9/9), 3.06 KiB, done. 
Total 9 (delta 0), reused 0 (delta 0) 
Read from remote host svn..local: The connection was aborted fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly.

这是一个连接问题吗?许可问题?

如何解决?

提前致谢

1 个答案:

答案 0 :(得分:0)

您需要使用 git pull origin remore_branch_name 更新当前分支。