❯ pinentry-touchid --check
❌ /opt/homebrew/opt/pinentry/bin/pinentry is a symlink that resolves to /opt/homebrew/Cellar/pinentry/1.2.1/bin/pinentry-curses not to pinentry-mac
symlink correction
sudo rm /opt/homebrew/opt/pinentry/bin/pinentry
sudo ln -s $(which pinentry-mac) /opt/homebrew/opt/pinentry/bin/pinentry
or just
pinentry-touchid -fix
gpg-agent
~/.gnupg/gpg-agent.conf
pinentry-program $(which pinentry-touchid)
do not forget to replace $(which pinentry-touchid)
with its evaluated result as pinentry-touchid
absolute path
Then reloading the agent
gpg-connect-agent reloadagent /bye
Top comments (0)