Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I performed on the folder of a corrupted repo a fsck, because i cannot clone/push to the repos.
This is the error
ee
0008NAK
0085.error: Could not read 2a5275bad07550f3d8b15db9028229bd475cccd9
fatal: Failed to traverse parents of commit fdee9c299d800253b66860019.5de9f0f5c89cb729d71
0048.aborting due to possible repository corruption on the remote side..
Please see below the output of the fsck
git fsck --no-dangling --name-objects
Checking object directories: 100% (256/256), done.
Checking object directories: 100% (256/256), done.
Checking objects: 100% (11302/11302), done.
broken link from commit 4b6f689887f3a9572e4b1c68d077337d52d0f6fd (stash-refs/pull-requests/87/to@{1611156449})
to tree 2a30e92767595534e7ce8ef8d52f996874d701ee (stash-refs/pull-requests/87/to@{1611156449}:)
broken link from tree 44f95adebf1dcc1d61371a7a131a97967a5fbe60 (stash-refs/pull-requests/80/from@{1603267542}~8:Source/some_file/)
and lots of similar lines.
Any suggestion how to repair this repo?
Thanks