Does anyone know if the fact that my usernames are different across these systems will cause an error when authenticating to gerrit? I receive this error when running a git review from within an openstack repository I just cloned: $ git review Could not connect to gerrit. Enter your gerrit username: lecalcot Trying again with ssh://lecalcot@review.openstack.org:29418/openstack/openstack-manuals.git <traceback object at 0x10d7ea638> We don't know where your gerrit is. Please manually create a remote named "gerrit" and try again. Could not connect to gerrit at ssh://lecalcot@review.openstack.org:29418/openstack/openstack-manuals.git Traceback (most recent call last): File "/usr/local/bin/git-review", line 11, in <module> sys.exit(main()) File "/Library/Python/2.7/site-packages/git_review/cmd.py", line 1534, in main sys.exit(e.EXIT_CODE) AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE' I'm able to ssh -p 29418 lecalcot at review.openstack.org gerrit version and receive the current version of gerrit back, so I have both network connectivity and a valid SSH key. My gerrit username is "lecalcot". My launchpad username is "lcalcote”. Thanks, Lee 1] https://ask.openstack.org/en/question/89483/error-connecting-to-gerrit-issue-with-gerrit-and-launchpad-username-mismatch/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160313/b7896339/attachment.html>