fetching grammars fails #13142
Replies: 2 comments
-
|
Fetching grammars is ultimately a |
Beta Was this translation helpful? Give feedback.
-
|
My 2 cents here, and it's unlikely to be the reason for every failure. So, I noticed this issue for a little while and thought it was transient as well. But then I remembered that In particular I created an account on gitlab sometime ago, and added this to my git config: $ git config --global url."git@gitlab.com:".insteadOf "https://gitlab.com/"Which looks like this in the [url "git@gitlab.com:"]
insteadOf = https://gitlab.com/And commenting these lines solved the issue. So it meant something was off with my SSH setup :
Which fixed this. I don't use gitlab very often and forgot about some of these old configurations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
During installation (building from source on Linux Mint 21.2), I ran into this error.
Installation succeeded with the flag
HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1, but when I try to fetch the grammars afterwards withhx --grammar fetch, I get the same error again.Looks like it tries to fetch the grammars from a repo without read access.
My git version is 2.49.0.
Anyone else run into this?
Beta Was this translation helpful? Give feedback.
All reactions