ros2源码下载链接添加代理
-
关于给ros2.repos里面的内容添加代理的问题,
目前我克隆了官网的ros2分支代码,并进行修改和提交,但是参考官方的指令修改后却访问的内容却和他的不一样,
官方指令:curl -s https://raw.githubusercontent.com/ros2/ros2/humble/ros2.repos |
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
vcs import --input ros2.repos --skip-existing
vcs import --input $REPOS --skip-existing
修改后的指令:curl -s https://github.com/starRureole/ros2/blob/humble/ros2.repos|
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
vcs import --input ros2.repos --skip-existing
vcs import --input $REPOS --skip-existing
希望大佬能指导一下怎么修改
操作显示的图片如下图: