Mogimo
unread,Feb 21, 2012, 1:15:48 AM2/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Repo and Gerrit Discussion
Hello,
For the first time, I have installed gerrit on my ubuntu 11.10 and set
up it.
Then I tried to create a project by "ssh -p 29418 xxxxx@<my_ubuntu>
gerrit create-project --name xxxxx",
the above error occurs.
I configured to use OpenID/Postgresql in gerrit 2.2.2. My first
account is already registered as Account ID = 1000000 and has name
"xxxxx" as usename in the gerrit setting. Also the databese entry of
Administrator group has my account_id as below;
reviewdb=> select * from account_group_members;
account_id | group_id
------------+----------
1000000 | 1
Please give me any suggestions.
Thanks.