question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gpg: keyserver receive failed: No name

See original GitHub issue

When running

gpg --keyserver hkp://keys.gnupg.net --recv-keys F9514E84AE3708288374BBBE097586CFEA37F9A6

as documented I am getting

gpg: keyserver receive failed: No name

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

12reactions
mprinscommented, Jun 24, 2021

this is a problem with DNS in your gpg client config and/or network; you can try a different server eg. gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys F9514E84AE3708288374BBBE097586CFEA37F9A6

1reaction
duxscocommented, May 4, 2022

You can also fetch the public key from https://github.com/jeremylong.gpg

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "gpg: keyserver receive failed: No name" - Stack Overflow
I stumbled upon this today and found the fix at Maven Central Repository Documentation. The SKS Keyserver Network is being deprecated and ...
Read more >
[SOLVED] gpg: keyserver receive failed: No name / Pacman ...
Hi forum,. I was trying to install libgccjit through AUR by running: $ makepkg -sic. But the installation failed with the following output:....
Read more >
Help with "gpg: keyserver receive failed: No name" - Support
Okay, so I am trying to install python35, however it comes up with this “ERROR: One or more PGP signatures could not be...
Read more >
gpg: keyserver receive failed [closed] - Ask Ubuntu
No name This may be a server issue. There is a notice dated 2021-06-21 on sks-keyservers.net stating "Due to even more GDPR takedown...
Read more >
keyserver receive failed: No name - for gpg
gpg : keyserver receive failed: No name - for gpg --keyserver hkp://pool.sks-keyservers.net. Brandon Anderson brandon753.ba at gmail.com
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found