You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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