Error installing Rust on windows 10

0

I'm taking my first steps in language. I have read a lot of the documentation and decided to install it on my machine. I downloaded rustup-init here . However, when I run the installer I get the following error:

error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to 'C:\Users\fernando.cavalcante\.rustup\tmp\mbkyn0d_zdlnhsfl_file' info: caused by: error during download info: caused by: [35] SSL connect error (schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - A fun��o de revoga��o n�o p�de verificar a revoga��o do certificado.)

How to proceed?

    
asked by anonymous 30.01.2018 / 14:49

1 answer

1

Have you tried installing using msi installer?

Other installation methods

Note: If you choose the "windows-msvc" version you will need to install Visual Studio (15) 2017 or at least its BuildTools only. Otherwise use the same "windows-gnu".

    
25.09.2018 / 22:04