“致命:克隆 git-repo 存储库失败,运行 repo init 时将删除‘.repo/repo’”

“致命:克隆 git-repo 存储库失败,运行 repo init  时将删除‘.repo/repo’”

我每次运行命令时都会遇到这个问题repo init -u https://source.codeaurora.org/quic/le/le/manifest.git -b [branch] -m [manifest]

  >> 
  >> repo 1.12.16
  stderr:
  >> gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID 692B382C
  >> gpg: Can't check signature: public key not found
  >> error: could not verify the tag 'v1.12.16'
fatal: cloning the git-repo repository failed, will remove '.repo/repo' 

然后我repo通过该包安装了sudo apt-get install repo似乎在/usr/bin目录中安装 repo,因此运行时$/usr/bin/repo init -u https://source.codeaurora.org/quic/le/le/manifest.git -b [branch] -m [manifest],我现在看到:

repo: error: "git" failed with exit status 1
  stderr:
  >> gpg: Signature made Thu 22 June 2012 01:14:15 PM PDT using RSA key ID 692B382C
  >> gpg: Can't check signature: public key not found
  >> error: could not verify the tag 'v1.12.16'
fatal: cloning the git-repo repository failed, will remove '.repo/repo' 

尝试过办法无济于事。

相关内容