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.