hx -g fetch corrupts git repo #10752
Unanswered
Zoybean
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
After deleting the existing agda grammar and source, then rerunning ths |
Beta Was this translation helpful? Give feedback.
0 replies
-
I could see this happening if the tree-sitter-agda's |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Attempting to compile from source corrupts my local git repository, setting the
origin
remote totree-sitter-agda
.Update: this is apparently also reproducible by calling
hx -g fetch
Reproduction Steps
I tried this:
git remote -v
hx -g fetch
git remote -v
I expected this to happen:
grammar fetched, remotes unchanged
Instead, this happened:
the grammar fetch fails for agda:
and local helix git repo has a different git remote:
Helix log
no applicable entries
Platform
Windows 10
Terminal Emulator
Windows Terminal Version: 1.19.11213.0
Installation Method
cargo install
Helix Version
24.03-171-g00e9e5ea
Beta Was this translation helpful? Give feedback.
All reactions