我明白了
gpg: WARNING: The GNOME keyring manager hijacked the GnuPG agent.
gpg: WARNING: GnuPG will not work proberly - please configure that tool to not interfere with the GnuPG system!当我用gnupg特工和杂种狗打交道时。但是这个警告并没有给我提供解决这个问题的线索,我也找不到GNOME文档中的信息。
发布于 2014-12-30 19:15:04
这是gpg2和gnome键环之间的冲突,它的信息具有误导性和无害性。如果您希望删除该消息,请在终端上执行以下命令。
sed -i s/AGENT_ID/AGENX_ID/ `which gpg2`更多细节可以在这里找到。
https://unix.stackexchange.com/questions/136569
复制相似问题