This message was deleted.
# bug-reports
s
This message was deleted.
t
hmm I can’t even run
gt repo init --reset
without it erroring 🙃
After some snooping I renamed
.graphite_repo_config
and got to the initialization stage but when I chose
master
as my trunk it ran into the same issue, I guess something must be messed up with my local repo?
Anyway ended up just having to pull a fresh repo and starting from scratch I guess
v
Maybe run with
--debug
?
s
I’m also getting this error (
git merge-base ...
,
fatal: Not a valid commit name
)-- it started showing up when I did a
git reset HEAD~1
on a branch.
Can’t run either
gt repo sync
or
gt branch checkout
-- seems every
gt
command is broken.
The errors were referencing a branch I hadn’t even operated on recently. I deleted the branch (with plain
git branch -D
) and now the errors have disappeared.