You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install rust and related tools using the script curl https://sh.rustup.rs -sSf | sh. However, I get the error :
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to '/home/nascarsayan/.rustup/tmp/vnx5fmfc21kuqttu_file'
info: caused by: error during download
info: caused by: [35] SSL connect error (error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol)
Other installation methods including building from source don't work and give the same error.
The text was updated successfully, but these errors were encountered:
I am trying to install rust and related tools using the script
curl https://sh.rustup.rs -sSf | sh
. However, I get the error :Other installation methods including building from source don't work and give the same error.
The text was updated successfully, but these errors were encountered: