Fail to install from source #8401
Replies: 4 comments 4 replies
-
Your git version is too old |
Beta Was this translation helpful? Give feedback.
-
I have git v2.40 which should not be too old? If it is old, do you know a version of the repo compatible with git v2.40? Thanks! |
Beta Was this translation helpful? Give feedback.
-
If git being too old is the issue, why doesn't the installer tell me so, and do so before it wastes any time? And secondly, git v2.40 was released this year. Why on earth would it make sense for helix as a project to have already deprecated it? |
Beta Was this translation helpful? Give feedback.
-
To me these errors look like random network failures. Git v2.40 should be up-to-date-enough. I'm not sure which git version introduced the feature exactly but we clone these grammar repositories at exact revisions, so we need a git version that supports that operation. Some old debian/ubuntu installations have git versions that are too old and we get similar-looking errors (see #7036). For this case I think you should just retry the build. If those specific grammars consistently fail then you can remove them from the build: # ~/.config/helix/languages.toml
use-grammars = { except = ["wren", "t32", "blueprint"] } |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I install from latest repo, I encountered the following errors:
Not sure what is the cause for the errors. Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions