andrew
asked Dec 22 2018
Answer
Inorder to prevent from this error follow the procedure
rm .git/index
git add .
or
mv .git/index .git/index.backup
git add .
linuxhelp
asked Jan 05 2019
Inorder to prevent from this error follow the procedure
rm .git/index
git add .
or
mv .git/index .git/index.backup
git add .
fatal: index file smaller than expected on git
HI While i am trying to make git pull I am facing the Following error
fatal: index file smaller than expected on git