- 执行下面命令
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
报错:
gpg: can‘t connect to the agent: IPC connect call failed
解决方法:
apt remove gpg apt install gnupg1
2022-05-07 12:39:18
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
报错:
gpg: can‘t connect to the agent: IPC connect call failed
解决方法:
apt remove gpg apt install gnupg1