实操-完美解决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时指向的文件即可,但是我不知道怎么做,于是用最笨的方法。

解决

解压文件
实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle_第1张图片

使用命令:/mnt/c/Users/SZU_DQ/Downloads/repo/repo 代替 repo即可,记得后面都是这样替代的。
实操-完美解决repo init 错误 fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle_第2张图片

获取repo工具

如果没有repo工具,可通过下面的git命令获取repo。

git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

同理,需要将路径进行替换才能生效,或者放在环境变量中(笔者还没试过)。

完结

你可能感兴趣的:(ubuntu,repo)