1

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

andrew
asked Dec 22, 2018
1 Answer
0

Inorder to prevent from this error follow the procedure

rm .git/index
git add .

or

mv .git/index .git/index.backup
git add .
View More
linuxhelp
answered Jan 5, 2019
Your Answer
||||
x
 
100:0

Related News in fatal: index file smaller than expected on git

Related News in fatal: index file smaller than expected on git