热门
最新
红包
立Flag
投票
同城
我的
发布
CSDN App 扫码分享
评论
1
打赏
- 复制链接
- 举报
下一条:
品牌方代码直接获取方式如下:货单:1 重新生成公钥,并配置到网页gerrit对应的用户名下2 配置用户名和邮箱git config --global user.name "kang.he"git config --global user.email "kang.he@archermind.com"3 配置config文件 .ssh的权限配置为777 config的权限配置为600config内容如下:host gerrit112 user kang.he port 29418 hostname gerritnj.globalwiko.com identityFile ~/.ssh/id_rsahost gerrit113 user kang.he port 29418 hostname 221.226.183.106 identityFile ~/.ssh/id_rsahost gerrit115 user kang.he port 29418 hostname wknj-gerritnj.wikophone.com identityFile ~/.ssh/id_rsa4 拉代码命令:repo init -u gerrit112:manifest/mt6762s/manifest -b sw -m MTK_S0_MP1_DRVONLY_V1.0.xml --repo-url=https://gerrit-googlesource.proxy.ustclug.org/git-repo5 如果运行成功,接着运行下面命令拉取代码,需要等待很久repo sync
