git pull / fetch - 致命:远程端意外挂断

时间:2017-09-29 09:44:27

标签: git bash

使用以下git pull/fetch命令时,会出现胎儿错误。

$ git pull origin <branch_name>
fatal: The remote end hung up unexpectedly

我正在使用git bash接口在Windows 7中运行该命令。所有其他命令(如git status, commit and push等)都正常工作。我已经更改了git服务器密码,因此它应该询问新密码,但是它给出了上述错误消息。

注意:我在堆栈溢出时搜索了这个问题,但找不到有关此问题的解决方案。

1 个答案:

答案 0 :(得分:0)

我重启了我的机器(Windows),然后git pull/fetch命令开始工作。

所以我找不到确切的问题,但我解决了上述问题。