Hi,
I’m using an on-premisse GitLab installation version 12.2.1 (fa2d61ef521) and one specific repository seems to be corrupted. Running ‘git clone’ or ‘git pull’ on it from remote results on the following error:
Cloning into ‘checkbook’…
Server supports multi_ack_detailed
Server supports side-band-64k
Server supports ofs-delta
Server version is git/2.22.0
want ae46a6458a63d028b688ecc3a05b86ff4196d8ee (HEAD)
want fddb1edf132b0e18209a3d0a1f241de2ad25137f (refs/heads/MF-893)
want ae46a6458a63d028b688ecc3a05b86ff4196d8ee (refs/heads/master)
want 590af57f0c568336fb22ff38f6ba827f0353e466 (refs/tags/1.0.0)
want aeb12dbfb3d987174b382abbff857c788d233d4e (refs/tags/1.0.0-RC-1)
done
remote: Enumerating objects: 440, done.
remote: Counting objects: 100% (440/440), done.
remote: Compressing objects: 100% (213/213), done.
error: git upload-pack: git-pack-objects died with error.\nfatal: git upload-pack: aborting due to possible repository corruption on the remote side.Rremote: fatal: unable to read 159828e44b9ee2b4940da5398c75d6353a6f1532
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOFs: 96% (2898/3018)
fatal: index-pack failed
How I can workaround on this issue?
Thanks.