实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

Posted dengqiangjiayou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle相关的知识,希望对你有一定的参考价值。


typora-copy-images-to: pictures

完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

问题描述

想要用repo但是repo相关的源网站在Google上,被墙了,经过百度有2中方法,1.改源 2.Ubuntu FQ连接外网

但我都试过了,不行。用下面的链接中的repo文件完美解决!

参考链接:https://blog.csdn.net/xiaokeweng/article/details/46743409

由于我之前已经在bin文件夹里面下载好repo文件了,所以repo命令执行的就是这个文件夹里的,可以通过vi ~/bin/repo 看一下源码,有的博客也说改一下文件的源,但是我行不通。

所以 需要下载上面的repo文件后,把这个命令添加到路径中使它成为你执行repo时指向的文件即可,但是我不知道怎么做,于是用最笨的方法。

解决

解压文件

使用命令:/mnt/c/Users/SZU_DQ/Downloads/repo/repo 代替 repo即可,记得后面都是这样替代的。

完结

以上是关于实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle的主要内容,如果未能解决你的问题,请参考以下文章

实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

带有 repo init 命令的错误“致命:refs/remotes/origin/stable^0: not a valid SHA1”

repo sync 更新源码 android-12.0.0_r34, fatal: 不能重置索引文件至版本 ‘v2.27^0‘。

repo sync 更新源码 android-12.0.0_r34, fatal: 不能重置索引文件至版本 ‘v2.27^0‘。

使用repo init -u ssh://...拉代码时,总是出现如下情况!

git ,报403错误,完美解决方案