首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在LINUX上安装Fuchsia

无法在LINUX上安装Fuchsia
EN

Stack Overflow用户
提问于 2018-08-10 20:22:31
回答 1查看 305关注 0票数 0

我正在尝试使用谷歌提供的来自here的安装指南来安装Fuchsia

我能够运行第一个命令。准备您的构建环境(每个构建环境一次)

sudo apt-get install texinfo libglib2.0-dev liblz4-tool autoconf libtool libsdl-dev build-essential golang git curl unzip

我们需要获取源代码来构建Fuchsia,通过运行下面的命令,我得到了错误,这是由于服务器的原因。

代码语言:javascript
复制
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

请帮帮忙。

EN

回答 1

Stack Overflow用户

发布于 2019-07-18 15:18:41

这看起来是git通信错误,请检查以下内容,

  • 您有git更新版本,您的get configuration (user.name,user.email)已设置
  • 您有

account access

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51786457

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档