我正在尝试使用谷歌提供的来自here的安装指南来安装Fuchsia。
我能够运行第一个命令。准备您的构建环境(每个构建环境一次)
sudo apt-get install texinfo libglib2.0-dev liblz4-tool autoconf libtool libsdl-dev build-essential golang git curl unzip
我们需要获取源代码来构建Fuchsia,通过运行下面的命令,我得到了错误,这是由于服务器的原因。
prashant@prashant-Lenovo:~$ curl -s "https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT" | base64 --decode | bash -s topaz
Please add /home/prashant/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 "/home/prashant/fuchsia"'
To opt-out run 'jiri init -analytics-opt=false "/home/prashant/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 "/home/prashant/fuchsia"'
To opt-out run 'jiri init -analytics-opt=false "/home/prashant/fuchsia"'
Updating all projects
ERROR: 'git clone --no-checkout https://dart.googlesource.com/sdk /home/prashant/fuchsia/third_party/dart' failed:
Cloning into '/home/prashant/fuchsia/third_party/dart'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
command fail error: exit status 128
Wait for 5s before next attempt...: Cloning https://dart.googlesource.com/sdk
ERROR: 'git clone --no-checkout https://skia.googlesource.com/skia /home/prashant/fuchsia/third_party/skia' failed:
Cloning into '/home/prashant/fuchsia/third_party/skia'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
command fail error: exit status 128请帮帮忙。
发布于 2019-07-18 15:18:41
这看起来是git通信错误,请检查以下内容,
account access
https://stackoverflow.com/questions/51786457
复制相似问题