2017-09-29 68 views
0

在使用下面的git pull/fetch命令時,出現胎兒錯誤。git pull/fetch - fatal:遠端意外掛斷

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

我使用git bash界面運行在Windows 7像git status, commit and push等其他所有的命令都工作正常命令。我已經更改了git服務器密碼,所以它應該詢問新的密碼,但它提供了上述錯誤消息。

注意:我在堆棧溢出搜索這個問題,但找不到有關此問題的解決方案。

+0

[Did](https://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedly)[you](https://stackoverflow.com/questions/4269922)/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end)[try](https://stackoverflow.com/questions/9608801/git-the-remote-end-hung-up )[這些](https://stackoverflow.com/questions/9446632/git-the-remote-end-hung-up-unexpectedly)? – kowsky

+0

我不想使用ssh,但想使用https – Farooque

回答

0

我重新啓動了我的機器(Windows),然後git pull/fetch命令開始工作。

所以我找不到確切的問題,但我解決了上述問題。

相關問題