When using git pull
, now I get the following:
error: Could not read f2b6ac7a7b91d2730697c5ec4ca69896997e0d09
fatal: bad tree object f2b6ac7a7b91d2730697c5ec4ca69896997e0d09
error: failed to run repack
When using git pull
, now I get the following:
error: Could not read f2b6ac7a7b91d2730697c5ec4ca69896997e0d09
fatal: bad tree object f2b6ac7a7b91d2730697c5ec4ca69896997e0d09
error: failed to run repack
the .git
folder is the core of the local Git repository. By deleting one or more files in it, you are actively corrupting your local copy.
How to fix it:
recover the folder from the trash bin, if possible;
clone a new local copy from the remote and remove the corrupted local copy.