| Summary: | Cannot login to gerrit: "Cannot assign user name...name already in use." | ||
|---|---|---|---|
| Product: | Community | Reporter: | Nitin Dahyabhai <thatnitind> |
| Component: | Gerrit | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Nitin Dahyabhai
I've given the database a poke, can you login now? -M. The Gerrit UI now lets me log in, but I'm unable to push through gerrit (pulls work) as I have before: remote: Resolving deltas: 100% (13/13) remote: Branch refs/heads/master: remote: You are not allowed to perform this operation. remote: To push into this reference you need 'Push' rights. remote: User: nitind remote: Please read the documentation and contact an administrator remote: if you feel the configuration is incorrect remote: Processing changes: refs: 1, done To ssh://git.eclipse.org:29418/jsdt/webtools.jsdt.git ! [remote rejected] master -> master (prohibited by Gerrit: ref update access denied) error: failed to push some refs to 'ssh://nitind@git.eclipse.org:29418/jsdt/webtools.jsdt.git' remote: Resolving deltas: 100% (2/2) remote: Branch refs/heads/master: remote: You are not allowed to perform this operation. remote: To push into this reference you need 'Push' rights. remote: User: nitind remote: Please read the documentation and contact an administrator remote: if you feel the configuration is incorrect remote: Processing changes: refs: 1, done To ssh://git.eclipse.org:29418/www.eclipse.org/webtools.git ! [remote rejected] master -> master (prohibited by Gerrit: ref update access denied) error: failed to push some refs to 'ssh://nitind@git.eclipse.org:29418/www.eclipse.org/webtools.git' Checking if it's my commit that's the problem. No, a corrected Author value doesn't seem to make a difference. It's working now. Thanks for following up. -M. |