From ef88919309f89b12325f51754066afe184c39a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=98=89=E6=96=87?= Date: Wed, 2 Aug 2023 17:06:29 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fea50c5..d087402 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ repo --trace init --depth=1 -u https://github.com/LubanCat/manifests.git -b linu #内部地址(内部开发使用) repo init -u git@gitlab.ebf.local:rockchip/linux/manifests.git -b linux -m rk356x_linux_release.xml -#如果运行以上命令失败,提示:fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 则可以在以上命令中添加 --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo 例如: +#如果运行以上命令失败,提示:fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle +#则可以在以上命令中添加 --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo +#例如: repo --trace init --depth=1 --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -u https://github.com/LubanCat/manifests.git -b linux -m rk356x_linux_release.xml