gpg: ify: skipped: public 我自己加密时找不到密钥

gpg: ify: skipped: public key not found when I made the encryption myself

我现在正在尝试使用私钥和 public 密钥设置我自己的加密。我正在学习本教程:

http://wooledge.org/~greg/crypto/node41.html

当我尝试使用

gpg -verify message.asc,

它说

gpg: ify: skipped: public key not found gpg: message.asc: encryption

failed: public key not found

当我查看我的 public 键时,它显示

MYNAME@ubuntu:~/.gnupg$ gpg --list-keys /home/MYNAME/.gnupg/pubring.gpg ---------------------------------------- pub 2048R/FF713BDB 2016-02-04 uid MY NAME sub 2048R/9168A1D6 2016-02-04

我试图导入我的 public 密钥,但我什么也没得到。我确定这是一个基本问题,但我不知道该怎么做。

找出答案,教程说

-verify message.asc

它应该在哪里

--verify message.asc