作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在我的 ubuntu 机器上安装 chirpstack。尝试设置 key 时出现以下错误。
jonny@jonny-ubuntu:~$ sudo gpg --keyserver keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00
gpg: WARNING: unsafe ownership on homedir '/home/jonny/.gnupg'
gpg: keyserver receive failed: No keyserver available
jonny@jonny-ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
最佳答案
如果您在尝试从服务器检索 key 时始终遇到错误,那么您将需要检索该 key 并将其手动添加到 apt 受信任的 key 中:
wget -q "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1CE2AFD36DBCCA00" -O- | gpg --dearmor > 1CE2AFD36DBCCA00.gpg
sudo mv 1CE2AFD36DBCCA00.gpg /etc/apt/trusted.gpg.d/
关于ubuntu - 使用 gpg 时如何修复 "gpg: WARNING: unsafe ownership on homedir '/home/jonny/.gnupg'"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60705113/
我正在尝试在我的 ubuntu 机器上安装 chirpstack。尝试设置 key 时出现以下错误。 jonny@jonny-ubuntu:~$ sudo gpg --keyserver keyser
我是一名优秀的程序员,十分优秀!