配置gerrit

Posted swinbetter

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置gerrit相关的知识,希望对你有一定的参考价值。

scp [email protected]:/etc/apt/sources.list /etc/apt/ 密码root
sudo apt-get install git-review
git config globaluser.email [email protected]
git config globaluser.name shenjunjie10067807
git config globalgitreview.user 10067807
git config globalgitreview.email [email protected]
git remote add gerrit ssh://[email protected]:29418/QA/ACTEST.git
git remote add gerrit ssh://[email protected]:29418/TECS_Director/Uniportal.git
(you can fetch name gitconfig -l)

如果你输入错了 可以用 git config --unset remote.gerrit.url 把错误的变量清理掉


git config --global --replace-all user.name shenjunjie10067807
git config --global --replace-all user.email [email protected]
git config --global -l

git config color.ui true

这个也要替换掉

以上是关于配置gerrit的主要内容,如果未能解决你的问题,请参考以下文章

Gerrit安装与做冷备份实战

Dubbo配置设计

(4.19)SQL server 2008一些常见配置之一(基本配置,权限配置远程访问配置和内存配置。)

Tomcat卷五---Web 应用配置,管理配置和JVM配置

SpringBoot:配置文件的作用配置文件的格式properties配置文件yml配置文件

IDEA的常用配置,maven配置,git配置操作