我试着按照说明获取紫红色的源代码。https://fuchsia.googlesource.com/docs/+/master/development/source_code/README.md
zelongg@zelongg-ThinkPad-T430:/media/user/DATA/zelongg$ curl -s "https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT" | base64 --decode | bash
Cannot find prebuilt Jiri binary.有人能分享一下如何修复它吗?
我这里没有胶水。
或者有没有人成功地下载了fuchsia源代码?下面是详细信息
发布于 2019-01-11 14:41:29
您可以下载url文件,然后对其进行解码,并将set -x添加到bash文件中。然后运行以检查出现此错误时发生的情况
https://stackoverflow.com/questions/53369406
复制相似问题