-
Notifications
You must be signed in to change notification settings - Fork 171
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
Fails if PGP .asc contains both public and private key blocks #32
Comments
For me on MacOS my PGP private key was above the public key, and hs-airdrop worked. It looked like this:
|
@abrkn can we close this now? |
@boymanjor I think we should leave this open until there is a fix in the code. I think future users will encounter this issue and find the workaround. |
Agreed, I was just bitten by this as well. |
my private key is on top with or without publickey at the bottom i get the error: ubuntu linux |
FWIW: for those having issues such as "Error: Could not find key for ID: ....", ... move the exact key you need to sign the proof with, using gpg v1.x:
|
Trying to do PGP key airdrop claim
Why?
When a PGP key is exported from GPG (macOS) with the secret included, it looks like:
This tool cannot process the file.
Workaround
Remove the public key block and re-run command
The text was updated successfully, but these errors were encountered: