Replies: 1 comment
-
Disabling the firewall in the task manager and in services.msc helped |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use win10. I'm already installed rust compiler, cargo and Desktop Development With C++. Then I clone github repo
git clone https://github.com/foundry-rs/foundry.git
and then in foundry folder I try
cargo install --path ./cli --profile local --bins --force
but I receive error:
PS C:\new\Foundry\foundry> cargo install --path ./anvil --profile local --force
Installing anvil v0.1.0 (C:\new\Foundry\foundry\anvil)
Updating git repository
https://github.com/bluealloy/revm/
Updating crates.io index
Updating git repository
https://github.com/gakonst/ethers-rs
warning: spurious network error (3 tries remaining): [28] Timeout was reached (Failed to connect to static.crates.io port 443 after 21050 ms: Couldn't connect to server)
I try VPN, but it doesn't help.
Beta Was this translation helpful? Give feedback.
All reactions