Windows 10 无法识别 Base64

rab*_*abe 6 base64 fuchsia

我想下载 Fuchsia 的源代码。

我输入了在fuchsia.dev-s "https://fuchsia.googlesource.com/fuchsia/+/HEAD/scripts/bootstrap?format=TEXT" | base64 --decode | bash上找到的curl 。

我有''base64'' is not recognized as an internal or external command, operable program or batch file.

我下载了base64工具但没有成功。

我应该怎么做才能使这个命令起作用?

Mar*_*rco 2

您将无法直接从 Windows 构建 fuchsia。大多数人使用适用于 Linux 的 Windows 子系统来获得类似 Linux 的环境,这应该可行。

除了下载脚本之外,fuchsia 还附带了一堆预构建的脚本,这些脚本仅针对 Linux 和 Mac 构建。