兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

raw.githubusercontent.com无法连接

raw.githubusercontent.com无法连接

  • 1. 错误状态
  • 2. 解决办法

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

 

 



 

 

 

 

 
posted @ 2020-09-17 09:22  leoking01  阅读(2938)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }