error: index file .git/objects/pack._pack-a0ffaf1e.... is too small
In the local repository's config , and set repack.usedeltabaseoffset to false and then repacked the repository:
repack.usedeltabaseoffset
false
$ git config repack.usedeltabaseoffset false $ git repack -a -d