我正在设置Windows上的gpg来签署我的Git提交。我注意到错误消息:
gpg: signing failed: No pinentry
gpg: signing failed: No pinentry
error: gpg failed to sign the data
fatal: failed to write commit objectpinentry.exe在我的环境变量中。但是这个错误信息似乎只出现在MacOS机器上。即使UI工具也无法对文件进行签名/加密

为了消除此消息,我的Windows系统缺少什么?
发布于 2021-03-10 11:40:49
gpg-agent.conf中设置了错误的路径
https://stackoverflow.com/questions/66557800
复制相似问题