Is there anything I should attempt with jj
before I abandon a corrupted repository?
#4996
Unanswered
tomodachi94
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This morning, I tried to run
jj status
and got an error. For context, I'm using a colocated Git repository that was originally cloned using Git's alternates mechanism. The commands weregit clone --reference /tmp/nixpkgs.git
, and later colocating it with Jujutsu using (jj init --colocate .
).There's nothing particularly interesting in my
.jj/repo/config.toml
:Contents of jj repository config
I attempted
git fsck --name-objects
as a last-ditch effort to get the repository working, to no avail: https://termbin.com/27ep (archived)Is there anything else I should attempt with
jj
before I abandon this repository and re-clone it? I had changes that were not pushed to a remote (but I don't mind redoing them; I remember the general idea of what my changes were).Beta Was this translation helpful? Give feedback.
All reactions