2

我想下载 Fuchsia 的源代码。

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

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

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

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

4

2 回答 2

1

您将无法直接从 Windows 构建紫红色。大多数人使用Windows Subsystem For Linux来获得类似 Linux 的环境,这应该可以工作。

在下载脚本之上,fuchsia 附带了一堆 prebuilts,它们只为 linux 和 mac 构建。

于 2021-03-27T21:53:39.480 回答
0

命令 base64 在 Ubuntu 上工作,所以我建议你从 Microsoft Store 下载 Ubuntu 并在那里编写命令。

于 2021-12-02T12:53:29.517 回答