本文主要是介绍小鱼ROS,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
git clone
git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus
git clone 私有仓库
Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.
git clone https://user:your_token@ghproxy.com/https://github.com/your_name/your_private_repo
wget & curl
wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
https://ghproxy.com/
https://fishros.com
wget http://fishros.com/install -O fishros && . fishros
这篇关于小鱼ROS的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!