Debian 更新失败

Debian 更新失败

我遇到了问题

Err:19 https://packages.cloud.google.com/apt cloud-sdk InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 NO_PUBKEY FEEA9169307EA071

当尝试更新 debian 时。有任何建议或想法可以解决该问题吗?

答案1

尝试:

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

https://cloud.google.com/compute/docs/troubleshooting/known-issues#keyexpired-2

相关内容