sudo rosdep init 报错 ERROR:cannot download default sources list from:raw.githubusercontent.com

Posted XXX_UUU_XXX

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sudo rosdep init 报错 ERROR:cannot download default sources list from:raw.githubusercontent.com相关的知识,希望对你有一定的参考价值。

ERROR:cannot download default sources list from:https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list

Websit may be down.

解决办法1

网站查看raw.githubusercontent.com的真实IP

sudo vi /etc/hosts

在文件末尾添加一行

185.199.108.133 raw.githubusercontent.com

解决办法2

sudo apt-get install python3-pip
sudo pip3 install rosdepc
sudo rosdepc init

然后运行命令即可

sudo rosdep init

以上是关于sudo rosdep init 报错 ERROR:cannot download default sources list from:raw.githubusercontent.com的主要内容,如果未能解决你的问题,请参考以下文章

ROS的 sudo rosdep init 的报错终极解决方案

安装ROS,在进行sudo rosdep init报错

[ros环境]sudo rosdep init报错raw.githubusercontent.com被down的终极解决办法

解决ROS中“sudo rosdep init“和“rosdep update“超时问题的最新方法--2021年最新方法

rosdep init 或者rosdep update 连接错误的解决办法

ros安装过程中出现的rosdep init ERROR :cannot download default sources list from :解决办法