换源后使用 sudo apt-get update 命令出现如下报错:
GPG error: https://mirrors.tuna.tsinghua.edu.cn/debian bullseye InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138
这是因为没有公钥,添加提示的公钥即可
使用如下命令添加公钥
apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 648ACFD622F3D138 #提示的公钥签名
再执行 sudo apt-get update 命令就不会报错啦
Comments | NOTHING