无法安装 Rust
Unable to install Rust
我正在尝试安装 Rust。但是由于这个错误我无法完成安装:
E:\My Projects\solana>curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
'sh' is not recognized as an internal or external command,
operable program or batch file.
这个错误是什么意思?
您似乎在尝试使用 unix shell 程序 (sh
) 在 Windows-based 机器上执行从 curl
下载的脚本。这不太可能奏效。请查看此 link:https://forge.rust-lang.org/infra/other-installation-methods.html
我正在尝试安装 Rust。但是由于这个错误我无法完成安装:
E:\My Projects\solana>curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
'sh' is not recognized as an internal or external command,
operable program or batch file.
这个错误是什么意思?
您似乎在尝试使用 unix shell 程序 (sh
) 在 Windows-based 机器上执行从 curl
下载的脚本。这不太可能奏效。请查看此 link:https://forge.rust-lang.org/infra/other-installation-methods.html