>PROBLEM
Git pull command fails returning error message of corrupted file:
git pull
error: object file .git/objects/dd/4b0b1a777609ba3f787823e566bfc989905319 is empty
fatal: loose object dd4b0b1a777609ba3f787823e566bfc989905319 (stored in .git/objects/dd/4b0b1a777609ba3f787823e566bfc989905319) is corrupt
>SOLUTION
1.. Copy the corrupted file from another local repository.
If there isn't another, you may clone one.
2. Issue the pull command again.
>ENV
windows 10
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwgI3XQ-3VFTAEyMWw7CxSgrKr_uOrNwk4vml-BihaVcUqMQ7nLyYRhasYRZATelaWyAFtACo32irSf4AFR2ErfKn3-Qy-7KPttzkIZZT7Qw0ClzSndXbDqPHxN6eT3eFdVge6QaJ__w/s320/git_corrupted_object_2.jpg)
No comments:
Post a Comment