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
gpg-connect-agent reloadagent /bye
I was following these instructions and hit:
Error changing the PIN: No pinentry
As per https://superuser.com/questions/520980/how-to-force-gpg-to-use-console-mode-pinentry-to-prompt-for-passwords, the solution is to run gpg-connect-agent reloadagent /bye - so this would go before the line:
Add to your ~/.gnupg/scdaemon.conf file:
Cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following these instructions and hit:
As per https://superuser.com/questions/520980/how-to-force-gpg-to-use-console-mode-pinentry-to-prompt-for-passwords, the solution is to run
gpg-connect-agent reloadagent /bye
- so this would go before the line:Cheers
The text was updated successfully, but these errors were encountered: