当前位置:   article > 正文

Gerrit 添加用户

create-account user-name --full-name user-name --email user-email

 

使用ssh添加用户

ssh name@localhost -p 29418 gerrit create-account username --email username@email --full-name userfullname --http-password httppassword

 

在gerrit的安装目录使用htpasswd添加用户:

htpasswd -m htpasswd.conf username

 

用gerrit sql 添加用户

ssh name@localhost -p 29418 gsql

insert into account_external_ids(account_id, email_address, password, external_id)values(id,null,null,'gerrit:username');

 

参考:

http://blog.csdn.net/benkaoya/article/details/8680886

转载于:https://www.cnblogs.com/tubo/p/6699039.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/985708
推荐阅读
相关标签
  

闽ICP备14008679号