采用ssh sync code
.ssh的config配置如下
Host 服务器ip
HostName 服务器ip
User gerrit账户名
Port 29418
IdentityFile ssh key路径
ssh public key需要上传到Gerrit账户的ssh key设定中
repo init --mirror --repo-url=ssh://ip/直接写Gerrit的git目录下的文件夹名字/repo.git -u ssh://ip/gerrit的git下的文件夹名字/manifest.git -m manifest.xml
repo sync