系统相关
首页 > 系统相关> > linux – gpg:对不起,没有终端请求 – 无法获得输入

linux – gpg:对不起,没有终端请求 – 无法获得输入

作者:互联网

解密时我收到以下错误:

$eyaml decrypt -s 'ENC and the key goes on here'
.gnupg --quiet --no-secmem-warning --no-permission-warning --no-tty --yes --decrypt)
failed with: gpg: Sorry, no terminal at all requested - can't get input

我检查了我的钥匙,一切都井然有序.在这一点上,我没有选择.

解决方法:

如果你配置了Automatic Git commit signing with GPG on macOS,你会在Fahl-Design~~ / .gnupg / gpg.conf as suggested中看到这个错误注释掉.

enter image description here

这样您还可以在GitHub instructions之后为新密钥生成新的GPG密钥.

标签:linux,architecture,gnupg,public-key-encryption,snakeyaml
来源: https://codeday.me/bug/20190716/1475108.html