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
Caused by:
process didn't exit successfully: `/Users/leontepe/sources/.archive/rim/target/debug/build/termkey-rs-0245bc43e5423da8/build-script-build` (exit status: 101)
--- stderr
Cloning into 'termkey-c/v0.17'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
make: *** termkey-c/v0.17: No such file or directory. Stop.
thread 'main' panicked at 'assertion failed: Command::new(\"./build_termkey.sh\").arg(git_ref).status().unwrap().success()', /Users/leontepe/.cargo/git/checkouts/termkey-rs-f0bd9c68d915c604/736a015/build.rs:5:5
I already tried changing the termkey-rs dep from git:// to https:// in the Cargo.toml, but that didn't fix it?
The text was updated successfully, but these errors were encountered:
I already tried changing the
termkey-rs
dep fromgit://
tohttps://
in theCargo.toml
, but that didn't fix it?The text was updated successfully, but these errors were encountered: