用git clone实现单个目录下载

来源:互联网 发布:linux安装软件deb 编辑:程序博客网 时间:2024/05/23 07:23

http://android.git.kernel.org/


To clone one of these trees, install git, and run:

git clone git://android.git.kernel.org/ + project path.

To clone the entire platform, install repo, and run:

mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/manifest.git
repo sync

原创粉丝点击