Fuchsia download 一败

curl -s “https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT” | base64 --decode | bash
9.1G fuchsia
errors:

fx set x64

  • /tmp/dl/fuchsia/fuchsia/buildtools/gn gen /tmp/dl/fuchsia/fuchsia/out/x64 --check ‘–args=target_cpu=“x64” import("//topaz/boards/x64.gni") import("//topaz/products/default.gni") fuchsia_packages+=[] if (!defined(available)) { available = [] } available+=[] if (!defined(preinstall)) { preinstall = [] } preinstall+=[] if (!defined(monolith)) { monolith = [] } monolith+=[]’
    Cannot find /tmp/dl/fuchsia/fuchsia/buildtools/linux-x64/gn
    Did you run update.sh?

目前正在再试:

curl -s “https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT” | base64 --decode | bash -s topaz
Please add /tmp/dl/fuchsia/fuchsia/.jiri_root/bin to your PATH
WARN: Please opt in or out of analytics collection. You will receive this warning until an option is selected.
To check what data we collect run ‘jiri init -show-analytics-data’
To opt-in run ‘jiri init -analytics-opt=true “/tmp/dl/fuchsia/fuchsia”’
To opt-out run ‘jiri init -analytics-opt=false “/tmp/dl/fuchsia/fuchsia”’

WARN: Please opt in or out of analytics collection. You will receive this warning until an option is selected.
To check what data we collect run ‘jiri init -show-analytics-data’
To opt-in run ‘jiri init -analytics-opt=true “/tmp/dl/fuchsia/fuchsia”’
To opt-out run ‘jiri init -analytics-opt=false “/tmp/dl/fuchsia/fuchsia”’

WARN: Please opt in or out of analytics collection. You will receive this warning until an option is selected.
To check what data we collect run ‘jiri init -show-analytics-data’
To opt-in run ‘jiri init -analytics-opt=true “/tmp/dl/fuchsia/fuchsia”’
To opt-out run ‘jiri init -analytics-opt=false “/tmp/dl/fuchsia/fuchsia”’

Updating all projects
PROGRESS: Creating project “garnet”
PROGRESS: Creating project “peridot”
PROGRESS: Creating project “topaz”
PROGRESS: Creating project “build”
PROGRESS: Creating project “docs”

注:
云机在墙外centos 7.5
ssh不可能保持下载那么大的东西不断开
下载指令好像不能用nohop
幸亏有朋友提醒可以用screen

jisi?
try it:
curl -s https://raw.githubusercontent.com/fuchsia-mirror/jiri/master/scripts/bootstrap_jiri | bash -s “$MY_ROOT”
errors:
bash: line 1: 404:: command not found

I also meet this problem.
I think maybe some files cannot be downloaded when we execute the command:
curl -s “https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT” | base64 --decode | bash
But I have no idea about it. Is there anyone can help us??