No keyserver available

Hi,
May be a very simple fix but I am new to this. I followed the installation instructions on docs.gitea.io. However, when I try to verify the GPG signature using

gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2

I get the error message as
“gpg: keyserver receive failed: No keyserver available”

Can anyone please help with this?

Same problem here, with the additional drawback that the key file was deleted from the download server.

Same here. The following command from the docs fails - did you found any solution to this?

$ gpg --keyserver keys.openpgp.org --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
gpg: requesting key EC1592E2 from hkp server keys.openpgp.org
gpgkeys: key 7C9E68152594688862D62AF62D9AE806EC1592E2 can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

Keys and key servers seem to come and go all the time.

I often get good results going to keyserver.ubuntu.com:

$ gpg --keyserver keyserver.ubuntu.com --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
gpg: requesting key EC1592E2 from hkp server keyserver.ubuntu.com
gpg: /home/centos/.gnupg/trustdb.gpg: trustdb created
gpg: key EC1592E2: public key "Teabot <teabot@gitea.io>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

Have you tried Installation from binary - Docs ?