We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Have to prefix the ID with 0x 0x584F7F9F sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 0x584F7F9F
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 0x584F7F9F
Sorry, something went wrong.
No branches or pull requests
Following command, described in the README.md fails with the error message:
Expected result: Commands finishes successfully.
Actual result Command fails with the following error:
The text was updated successfully, but these errors were encountered: