NotePublic/Software/Applications/Repo/Ubuntu_安装和设置_Repo.md
rick.chan 391cb37633 统一参考资料格式.
Signed-off-by: rick.chan <chenyang@autoai.com>
2020-08-14 11:33:10 +08:00

24 lines
398 B
Markdown

# Ubuntu 安装和设置 Repo
## 安装
```bash
apt-get install repo
```
安装好后:
```bash
vim /usr/bin/repo
```
修改 REPO_URL 为如下值:
```bash
REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'
```
## 外部参考资料
1. [repo init报错Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle](https://blog.csdn.net/feiniao8651/article/details/59178128)