rustup.sh icon indicating copy to clipboard operation
rustup.sh copied to clipboard

Unable to install from mirror's beta/nightly channel

Open dochang opened this issue 8 years ago • 0 comments

I try to install rust from a mirror:

export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
rustup.sh --channel=beta  # Or --channel=nightly

But curl still downloads from https://static.rust-lang.org/

rustup.sh --channel=stable works as expected.

How to download the beta/nightly toolchain from a mirror?

dochang avatar Apr 09 '16 10:04 dochang