Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gpg key fails with #35

Open
pacmancoder opened this issue Aug 25, 2019 · 1 comment
Open

Adding gpg key fails with #35

pacmancoder opened this issue Aug 25, 2019 · 1 comment

Comments

@pacmancoder
Copy link

Following command, described in the README.md fails with the error message:

sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 584F7F9F

Expected result: Commands finishes successfully.
Actual result Command fails with the following error:

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.nIzkBJLNRS --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys 584F7F9F
gpg: requesting key 584F7F9F from hkp server pgp.mit.edu
gpgkeys: key 584F7F9F can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
@lhsroot
Copy link

lhsroot commented Jan 2, 2021

Have to prefix the ID with 0x
0x584F7F9F
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 0x584F7F9F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants