github下载慢的一种解决方法(临时用)
Posted zhangrelay
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github下载慢的一种解决方法(临时用)相关的知识,希望对你有一定的参考价值。
如果使用如下:
git clone https://github.com/ros/ros_tutorials.git -b foxy-devel
速度会非常慢,有时候会没有速度。
改为:
git clone https://github.com.cnpmjs.org/ros/ros_tutorials.git -b foxy-devel
大部分案例都可以这样下载。
以上是关于github下载慢的一种解决方法(临时用)的主要内容,如果未能解决你的问题,请参考以下文章