Hi,
I installed a Gerrit server with LDAP user authentication.
I created and pushed a project as one user "user1" which has the mail address "
us...@example.com".
Now, I checked-out this project as a second user "user2" with mail address "
us...@example.com". In EGit, I configured Gerrit according to this tutorial:
http://www.vogella.com/tutorials/Gerrit/article.html#gerritreview_configurationNow, I committed the changes to the local clone, and tried to push via Team -> Remote -> Push to Gerrit. I pushed it into refs/for/master.
But I get the following error:
ERROR: In commit bc19f80c8b94ab4e4ab15bc68792fd4de6c15c00
ERROR: committer email address
us...@example.comERROR: does not match your user account.
ERROR:
ERROR: The following addresses are currently registered:
ERROR:
us...@example.comERROR:
ERROR: To register an email address, please visit:
ERROR:
http://XXXXXXXXXXXI already set access rights of refs/for/* to Forge Author Identity and Forge Commiter Identity.
What am I still missing?