Pest local build #938
paopaowowwow
started this conversation in
General
Replies: 1 comment 3 replies
-
This is just a network error, either with your connection or there was an issue with crates.io. It should work if you try again and ensure your connection is ok |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to pest and rust, I tried to use "cargo add pest" to install pest for my rust project, however, it doesn't work, error as below, so can I download the source code and proceed with local build? if yes, how? thank you
warning: spurious network error (3 tries remaining): [6] Couldn't resolve host name (Could not resolve host: index.crates.io)
warning: spurious network error (2 tries remaining): [6] Couldn't resolve host name (Could not resolve host: index.crates.io)
warning: spurious network error (1 tries remaining): [6] Couldn't resolve host name (Could not resolve host: index.crates.io)
error: failed to query replaced source registry
crates-io
Caused by:
download of config.json failed
Caused by:
failed to download from
https://index.crates.io/config.json
Caused by:
[6] Couldn't resolve host name (Could not resolve host: index.crates.io)
Beta Was this translation helpful? Give feedback.
All reactions