我尝试上传到我的 PPA并添加它,但我收到此错误
$ sudo add-apt-repository ppa:unixinfo/openshell
The OpenShell (opsh) command-line interface
More info: https://launchpad.net/~unixinfo/+archive/ubuntu/openshell
Press [ENTER] to continue or ctrl-c to cancel adding it
Error: signing key fingerprint does not exist
Failed to add key.
你知道可以做些什么吗?
根据https://answers.launchpad.net/launchpad/+question/266806:
在https://launchpad.net/~unixinfo/+archive/ubuntu/openshell/+builds?build_text=&build_state=all查看您的 PPA 的构建详细信息,我注意到您的构建都没有成功。因此,您的 PPA 没有签名密钥,因为我怀疑您至少需要 1 个成功构建。
PS:我假设“上传源包”意味着成功构建您的包。如果这是错误的,请告诉我。无论如何,没有成功的构建也会使 PPA 变得毫无意义:)。