我想下载Fuchsia的源代码。
我输入了我在fuchsia.dev上找到的curl -s "https://fuchsia.googlesource.com/fuchsia/+/HEAD/scripts/bootstrap?format=TEXT" | base64 --decode | bash
。
我有''base64'' is not recognized as an internal or external command, operable program or batch file.
我下载了base64工具,但没有成功。
我应该怎么做才能让这个命令起作用?
发布于 2021-03-28 05:53:39
你不能直接从Windows构建fuchsia。大多数人使用Windows Subsystem For Linux来获得一个类似Linux的环境,这应该是可行的。
除了下载脚本之外,fuchsia还附带了a bunch of prebuilts,它只为linux和mac构建。
发布于 2021-12-02 12:53:30
Command base64可以在Ubuntu上运行,所以我建议你从微软商店下载Ubuntu,并在那里编写命令。
https://stackoverflow.com/questions/66764770
复制相似问题