✅ 方案 1:用 GitHub Codespaces(官方云开发环境) GitHub 提供免费的 Codespaces(部分用户),它就是一个云端 VS Code + Linux 环境,可运行 CLI。 步骤: 打开 Boundless 仓库 🔗 https://github.com/boundless-xyz/boundless 点右上角 <> Code ➜ 选择 Open with Codespaces ➜ New codespace 在弹出的 Web IDE 中打开 Terminal,依次输入: bash 复制 编辑 git checkout release-0.10 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh source $HOME/.cargo/env curl -L https://risczero.com/install | bash rzup install cargo install --git https://github.com/risc0/risc0...