宣传网站建设方案模板,上海网校排名,海口建站平台,jsp怎么做网站//进入repo临时下载存放目录 cd Downloads //下载repo#xff08;从清华镜像网站#xff09; curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo //创建repo执行目录 mkdir ~/.bin //copy repo到上述目录 cp /home/xxx/Downloads/repo ~/.bin/ //添加执行权限…//进入repo临时下载存放目录 cd Downloads //下载repo从清华镜像网站 curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo //创建repo执行目录 mkdir ~/.bin //copy repo到上述目录 cp /home/xxx/Downloads/repo ~/.bin/ //添加执行权限 sudo chmod ax ~/.bin/repo //配置环境 export PATH~/.bin:$PATH echoexport PATH~/.bin:$PATH ~/.bashrc //配置repo更新链接 export REPO_URLhttps://mirrors.tuna.tsinghua.edu.cn/git/git-repo/ echoexport REPO_URLhttps://mirrors.tuna.tsinghua.edu.cn/git/git-repo/ ~/.bashrc