IO error: No such file or directory (os error 2)
linasdev opened this issue · 1 comments
linasdev commented
Whenever I'm trying to publish a crate, I get this error:
error: failed to publish to registry at https://alexandrie.domain.tld
Caused by:
the remote server responded with an error: IO error: No such file or directory (os error 2)
Any ideas where this is coming from? Fixing this issue would help a lot, I think.
linasdev commented
Nevermind, this was caused by having crate-storage
as the crate storage path instead of appdata/crate-storage
. :)