自学内容网 自学内容网

【嵌入式开发 Linux 常用命令系列 4.4 -- repo 工具安装】


请阅读【嵌入式开发学习必备专栏 】


Repo 工具下载

在这里插入图片描述

Repo 官网链接

Repo 安装

方法一:

# Debian/Ubuntu.
$ sudo apt-get install repo

# Gentoo.
$ sudo emerge dev-vcs/repo

方法二:

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo

Multiple Git Repository Tool

git clone https://gerrit.googlesource.com/git-repo

原文地址:https://blog.csdn.net/sinat_32960911/article/details/140351910

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!