This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
尊敬的所有人:
我正在尝试关注文档 http://www.ti.com/cn/lit/an/spraco0/spraco0.pdf 、但由于访问权限、我在下载存储库时遇到问题。
我尝试查找有关如何获取权限的信息、但我运气不好、是否有人可以帮助我处理该主题?
您好!
如果我错了、但您无法克隆以下目录、请更正我: https://git.ti.com/cgit/android/manifest/log/?h=pie-core-release?如果是、请分享错误日志。
此致、
Krunal
您的下载/克隆命令是什么?您看到了什么错误?
尊敬的 Praneeth:
我已经解决了我的问题、似乎当您从本地清单下载并启动存储库时、它会导致一些错误、我通过从 Web 创建存储库来解决它。 下面我介绍了有问题且没有问题的命令。
问题:
$ git 克隆 https://git.ti.com/git/android/manifest.git
$ CD 清单
$ repo init -u default.xml
无问题:
$repo init -u https://git.ti.com/git/android/manifest.git -b pie 内核发布
$REPO 同步
感谢您的支持。
很高兴看到您能够找到这个问题。
供您将来参考。
要下载 Android、请始终使用 repo、正确使用如下所示
repo init -u url_manifest.git -b -m name.xml
URL_manifest.git 是清单位置
-b. :是清单分支名称。 在给定的分支中默认为 HEAD COMMIT
name.xml:是清单文件。 如果您不提供-m name.xml、则会在所选分支中指向 default.xml。