小编Lor*_*chi的帖子

Android AOSP 存储库初始化错误:OSError [Errno 13] 权限被拒绝

我在尝试访问initAOSP 存储库时遇到的这个错误让我有点困惑(我以前曾经能够使用 repo 工具进行初始化):

aosp@aosp:~/WDIR$ repo init -u https://github.com/khadas/android_manifest.git -b khadas-edge-Qt
warning: gpg (GnuPG) is not available.
warning: Installing it is strongly encouraged.

warning: templates not found /build/git-repo-publish/parts/git/install/usr/share/git-core/templates
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (7/7)
remote: Total 7 (delta 0), reused 7 (delta 0)
Unpacking objects: 100% (7/7), done.
From https://gerrit.googlesource.com/git-repo
   89f3ae5..65f51ad  master     -> origin/master
Traceback (most recent call last):
  File "/home/aosp/WDIR/.repo/repo/main.py", line 49, in <module>
    import event_log
  File "/home/aosp/WDIR/.repo/repo/event_log.py", line 167, in <module>
    _EVENT_ID = …
Run Code Online (Sandbox Code Playgroud)

android-source repo

3
推荐指数
1
解决办法
2757
查看次数

标签 统计

android-source ×1

repo ×1