-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install helix directly from git #1292
Comments
Was there any specific error output ? |
This is what I got
|
Is it possible to avoid recursive cloning when using |
So I tried both solutions from a live ISO, and both failed, I still get the same error. I didn't find a way to prevent recursive cloning using Have you tried publish helix-term on crates.io, it'll be easier to install from cargo without using the --git option |
|
Ok so no way to install it directly from git nor crates.io! |
@jJit0 we just removed the submodules in favor of a faster system (#1659) that works after cloning time. Could you try installing |
Ok, it works much better now 😄Thank You😄 That's what I did |
Hi,
I can't install helix-term from git directly with cargo, this is what I do usually with my other rust packages:
cargo install --git https://github.com/helix-editor/helix.git
When cargo download all submodules, it stopped at
tree-sitter-yaml
The text was updated successfully, but these errors were encountered: