cargo-cacher
cargo-cacher copied to clipboard
A caching server for crates + cargo
Hello, could you help me pls? what is it means? WARN [cargo_cacher::index_sync] Failed to update index how to fix this WARN? how I run cargo-cacher: cargo-cacher -i /opt/data
You end up with this, ``` $ tree ~/.crates/index ~/.crates/index └── config.json ``` so the folder exists, but `.git` doesn't, so the [clone](https://github.com/ChrisMacNaughton/cargo-cacher/blob/8aca0d7f84f8b5055c04da57cd2b4f218a8629dd/src/index_sync.rs#L48) will keep failing. I feel a slight...
Steps to reproduce: install and run as in docs, but with "-d" flag, and then try to update index from a project actually using the cached mirror. On my machine...