Update README.md

This commit is contained in:
贺嘉文
2023-08-02 17:06:29 +08:00
parent 120af16034
commit ef88919309

View File

@ -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 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 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