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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
When used with sudo it works. Other cargo plugins install without sudo. I can't see why sudo should be necessary. Without sudo I get:
$ cargo install cargo-open --verbose
Updating registry `https://github.com/rust-lang/crates.io-index`
failed to compile `cargo-open v0.3.0`, intermediate artifacts can be found at `/tmp/target-install`
Caused by:
unable to get packages from source
Caused by:
Permission denied (os error 13)
The text was updated successfully, but these errors were encountered:
When used with
sudo
it works. Other cargo plugins install without sudo. I can't see why sudo should be necessary. Without sudo I get:The text was updated successfully, but these errors were encountered: