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

git pull/fetch-致命:远程端意外挂起,git,bash,Git,Bash,使用下面的git pull/fetch命令时,出现错误 $ git pull origin <branch_name> fatal: The remote end hung up unexpectedly $git拉入原点 致命:远程端意外挂起 我正在使用gitbash界面在Windows7中运行该命令。所有其他命令,如git status、commit和push等,都工作正常。我已经更改了git服务器密码,所以它应该询问新密码,但它给出了上面的错误消息 注意:我在堆栈溢出上搜索

使用下面的
git pull/fetch
命令时,出现错误

$ git pull origin <branch_name>
fatal: The remote end hung up unexpectedly
$git拉入原点
致命:远程端意外挂起
我正在使用
gitbash
界面在Windows7中运行该命令。所有其他命令,如
git status、commit和push等,都工作正常。我已经更改了git服务器密码,所以它应该询问新密码,但它给出了上面的错误消息

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

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


因此,我无法找到确切的问题,但我解决了上述问题。

?我不想使用ssh,但想使用https