I am a user of tails os, and therefore sometimes when installing random programs, etc., tails blocks downloading. This is what I understood and happened when I tried to download rustup (I used the command that was provided in the documentation):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
But after I chose
1) Proceed with standard installation (default - just press enter) 2) Customize installation 3) Cancel installation
An error occurs (I tried to choose both the first and the second in both cases)
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256' to '/*****/*****/.rustup/tmp/cfhw1_e7qla8gtpd_file': failed to make network request: error sending request for url (https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256): client error (Connect): tcp connect error: Network is unreachable (os error 101): Network is unreachable (os error 101)
As I said, I'm guessing the problem is that I'm using Tails OS, but maybe someone has experienced this and can help me? I tried to google but everyone encounters this on Windows