You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) Import any public key that does not set the policy to TREZOR-GPG.
2.) Try to remove it with gpg --delete-keys
3.) GPG complains that you have a private key for it?!
4.) Use gpg --delete-secret-and-public-key
5.) Confirm
6.) GPG hangs
Temporarily removing the agent line from gpg.conf makes it work.
The text was updated successfully, but these errors were encountered:
1.) Import any public key that does not set the policy to TREZOR-GPG.
2.) Try to remove it with
gpg --delete-keys
3.) GPG complains that you have a private key for it?!
4.) Use
gpg --delete-secret-and-public-key
5.) Confirm
6.) GPG hangs
Temporarily removing the agent line from gpg.conf makes it work.
The text was updated successfully, but these errors were encountered: