配置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的主要内容,如果未能解决你的问题,请参考以下文章
(4.19)SQL server 2008一些常见配置之一(基本配置,权限配置远程访问配置和内存配置。)
Tomcat卷五---Web 应用配置,管理配置和JVM配置