
git
Army_Ma
这个作者很懒,什么都没留下…
展开
-
Mac 安装repo与使用介绍
repo 安装Windows 安装1. 安装Python3,过程中一定要勾选将Python加入到Windows环境变量中;2. 使用git clone,将https://mirrors.tuna.tsinghua.edu.cn/git/git-repo克隆至本地任意目录;3. 从2中克隆完成的git-repo目录,找到repo文件4. 将3中的repo添加到Windows的环境变量中5. 打开3中的repo,找到REPO_URL,将“=”号后面的地址替换为https://mirrors.tuna原创 2022-04-03 22:08:42 · 7553 阅读 · 1 评论 -
Mac使用gerrit简介
gerrit服务器macOS使用步骤:先在gerrit后台http://10.10.142.120:9000/gerrit/#/dashboard/self,添加自己的ssh密钥git clonehttp://10.10.142.120:8083/gerrit/ReachCockpit/Honda23M/AppStore首次提交步骤:1. gitdir=$(git rev-parse --git-dir)2. scp -p -P 29418 wchao@10.10.142.120:hooks/c原创 2022-04-03 12:39:16 · 725 阅读 · 0 评论