First you delete the FETCH_HEAD file in the .git folder, then run command git fetch, the FETCH_HEAD file will be recreated. Lastly, try git pull, it would most likely work again.