赞
踩
以下步骤参照官网提供下载方式进行修改
链接: https://source.android.google.cn/setup/build/downloading
mkdir ~/bin
PATH=~/bin:$PATH
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。