开发过程中经常碰到的问题总结
作者:互联网
1、apt yum update 的时候,遇到public key:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
debian:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7EA0A9C3F273FCD8
有可能碰到gpnupg等未安装,先安装gnupg2。
apt-get update && apt-get install -y gnupg2
标签:总结,碰到,keyserver,get,gnupg2,apt,key,经常,public 来源: https://www.cnblogs.com/chihuoyimei/p/12066856.html