ubuntu18.04/Ubuntu20.04安装ROS2-Galactic过程遇到的问题 “gpg: no valid OpenPGP data found.”

在安装ROS Dashing时,通过curl命令添加GPG密钥遇到错误,无法连接到raw.githubusercontent.com。为解决此问题,可以先通过网站查询raw.githubusercontent.com的IP地址,然后在系统 hosts 文件中添加该IP与域名的映射。详细步骤包括查询IP、编辑hosts文件并添加相应条目,从而确保能成功执行后续的安装步骤。
摘要由CSDN通过智能技术生成

二进制安装参考:https://index.ros.org/doc/ros2/Installation/Dashing/Linux-Install-Debians/
在执行这一步时:

curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

出现错误:

 curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
[sudo] password for gym: 
gpg: no valid OpenPGP data found.

即 连接raw.githubusercontent.com失败

解决方法:
打开网页:
https://site.ip138.com/raw.Githubusercontent.com/

输入raw.githubusercontent.com查询IP地址
在这里插入图片描述
打开一个终端,输入指令:

 sudo nano /etc/hosts

文件末端加入这一句:

185.199.109.133 raw.githubusercontent.com

指令中的IP地址可以根据网页查询到的IP进行更改

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Errorbot

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值