Open hood opened 2 months ago
FTR, usually these weird build errors on install
can be fixed by using cargo install --locked git-delta
. This makes cargo use the exact version numbers of the used libraries, and not use semver to find more-or-less compatible versions.
But this looks like a local problem: serde.rs: Operation not permitted (os error 1)
. Try deleting log-0.4.22
or even the entire registry
folder in .cargo
. Or see why you don't have permission to read files in your own home folder.
Getting this error when trying to update running
cargo install git-delta
to update to v0.18.1 from v0.17.0 on OSX:System info: