GPG签名失败

GPG签名失败

运行命令

export GPG_TTY=$(tty) 
git commit -S -m "message"

导致无法签署密钥,因为 pin 条目仍在弹出窗口中打开。不同寻常的是,这一直持续到周一。

错误信息:

error: gpg failed to sign the data:
[GNUPG:] KEY_CONSIDERED 083911F97A0F391067ECEEC24CD24B8702F76476 2
[GNUPG:] BEGIN_SIGNING H10
[GNUPG:] PINENTRY_LAUNCHED 2512429 gnome3 1.2.1 /dev/pts/5 xterm-256color :1 20620/1000/5 1000/1000 -

我尝试重置 gpg-agent,但没有成功。 (运行Ubuntu 23.10)

相关内容