Reputation: 3796
While using the below git pull/fetch
command, getting fetal error.
$ git pull origin <branch_name>
fatal: The remote end hung up unexpectedly
I am using git bash
interface to run the command in windows 7. All other commands like git status, commit and push
etc. are working fine. I have changed the git server password, so it should asked the new password, but it is giving the above error message.
Note: I searched this issue on stack-overflow, but solution about this problem could not be found.
Upvotes: 2
Views: 3118
Reputation: 3796
I restarted my machine(Windows) and then git pull/fetch
command started working.
So I could not find the exact problem, but I solve the issue as above.
Upvotes: 1