为什么会出现“连接已中止”异常....致命:远程端意外挂断致命:远程端意外挂断。
整个会话是这样的:
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.这是一个连接问题吗?权限问题?
如何解决?
提前感谢
发布于 2012-08-28 20:53:30
您需要使用git pull origin remore_branch_name更新当前分支。
https://stackoverflow.com/questions/12159602
复制相似问题