rim icon indicating copy to clipboard operation
rim copied to clipboard

Can't run

Open ghost opened this issue 3 years ago • 1 comments

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?

ghost avatar Mar 19 '22 11:03 ghost