raw.githubusercontent.com无法连接

谁说我不能喝 提交于 2020-08-18 08:44:52

raw.githubusercontent.com无法连接


1. 错误状态

在添加ROS 2 apt存储库时老是失败

sudo apt update && sudo apt install curl gnupg2 lsb-release
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

出现

gpg: no valid OpenPGP data found

在这里插入图片描述


2. 解决办法

进入 IPAddress.com
输入 raw.githubusercontent.com 查询真实的IP地址
现在查到的是 199.232.68.133
然后编辑修改 hosts 就行


sudo nano /etc/hosts

添加以下内容,保存完事

199.232.68.133 raw.githubusercontent.com

在这里插入图片描述


谢谢

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!