repo init报错Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno 110] Connection timed out
更换了阿里镜像源 重启了虚拟机还是不行 在线等
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
repo init报错 Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
0条回答 默认 最新
报告相同问题?
提交
- 2018-07-30 16:5318年7月更新,清华镜像,完美解决 Yocto,Android fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 错误,绕开GFW
- Jasmyn112的博客 repo init出现超时错误。
- alx_log的博客 拉取代码超时报错
- 叉叉敌的博客 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error [Errno 110] Connection timed out 根本原因 repo工具是一个python脚本,里面有个方法_InitHttp,检测到http_proxy在环境...
- 2022-05-20 10:54汉尼拔勇闯天涯的博客 本打算在桌面ubuntu 16中安装curl、repo,再同步供应商的代码,在repo init时遇到如下问题: 由于:谷歌的镜像源我们不一定能访问,更改镜像源就好了,使用清华源: export REPO_URL='...
- 2022-05-03 22:37dengqiangjiayou的博客 完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 问题描述 想要用repo但是repo相关的源网站在Google上,被墙了,经过百度有2中方法,1.改源 2.Ubuntu FQ连接外网 ...
- chxasdf的博客 Ini.MX Yocto Project User's Guide document Quick Start part: Install the `repo` utility: To get the BSP you need to have "repo" ...$: curl https://storage.googleapis.com/git-repo-downloads/repo &g..
- 2022-05-25 23:26还行~的博客 首先我是这样下载repo的 sudo apt-get install repo 然后新创建了一个文件夹,在里面repo init 然后就报错了 然后就上网查了一遍才发现要替换成清华源。...REPO_URL = ‘https://gerrit.googlesource.com/gi
- 2022-04-22 23:52高桐@BILL的博客 root@DESKTOP-MTL291U:~/workspace/android# repo init -u https://android.googlesource.com/platform/manifest ...fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: e
- 兔2的博客 原文地址:https://blog.csdn.net/feiniao8651/article/details/59178128 原文地址:https://blog.csdn.net/xiaokeweng/article/details/46743409 【错误】 ...fatal: Cannot get https://gerrit....
- sgw026的博客 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error [Errno 101] Network is unreachable repo下载参考 科大:https://lug.ustc.edu.cn/wiki/mirrors/hel...
- 2020-10-14 17:35ldinvicible的博客 为repo 设置国内镜像更新地址 --repo-url=https://gerrit-googlesource.lug.ustc.edu.cn/git-repo 参考https://blog.csdn.net/rodgerjie1993/article/details/86613137 sudo repo init -u ...
- 2019-06-22 09:06韩师学子--小倪的博客 Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 转载:https://blog.csdn.net/dengl051489/article/details/53841941 初始化repo 时报错了 fatal: Cannot get ...
- 2020-03-19 17:24Timothy_Liuu的博客 最近在使用github时用到了repo命令同步源代码,在对指定项目使用repo命令时产生错误。...repo init -u https://github.com/Parrot-Developers/groundsdk-manifest.git 报错(如图): fatal: Cannot get https:/...
- Android系统攻城狮的博客 # repo init -u "ssh://username@192.168.3.4:29418/...fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error [Errno 101] Network is unreachable 解决: //将REPO_URL改...
- 2019-07-24 11:51猪大哥呀的博客 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error [Errno 101] Network is unreachable 解决方法 先单独克隆repo: git clone https://gerrit-googlesource.lug.ust...
- 没有解决我的问题, 去提问