Hi
I am pushing the last commit to my repo and I am getting the following error. Could somebody guide me on how to fix it?
Thanks so much
Enumerating objects: 10272, done.
Counting objects: 100% (10272/10272), done.
Delta compression using up to 12 threads
Compressing objects: 100% (7208/7208), done.
remote: error: inflate: data stream error (invalid code lengths set)
remote: fatal: pack has bad object at offset 561706: inflate returned -3
error: RPC failed; curl 55 Failed sending data to the peers
Writing objects: 100% (10261/10261), 842.58 MiB | 2.49 MiB/s, done.
Total 10261 (delta 4407), reused 4150 (delta 1750), pack-reused 0
error: remote unpack failed: index-pack abnormal exit
Hi Gabriel and welcome to the community.
Based on the output of the push command, your local repo may be corrupted.
Could you please run the following command in the directory of your clone and let us know what the output is?
git fsck --full
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.