// Its happened due to mismatch of commit Ids, it can be master branch too
[problematic branch]
// To fix, please update the ref reference) with the following command:
$ git update-ref -d refs/remotes/origin/[problematic branch]
// and pull
$git pull