Comment 1 for bug 1097278

Revision history for this message
Mukul Jain (mukul-j) wrote :

were you able to find solution ? I am running into similar issue not sure if it is the same though. I just followed the instructions here : http://docs.openstack.org/training-guides/content/developer-getting-started-lab.html

and now I am getting similar error as you mentioned when I try

"git review -s" command. it says:
Could not connect to gerrit.
Enter your gerrit username:

when I enter my launchpad userid or email address that is used to login it gives error:
We don't know where your gerrit is. Please manually create a remote
named "gerrit" and try again.
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/git-review", line 11, in <module>
    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/git_review/cmd.py", line 1173, in main
    config['hostname'], config['port'], config['project'])
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/git_review/cmd.py", line 593, in check_remote
    add_remote(scheme, hostname, port, project, remote)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/git_review/cmd.py", line 333, in add_remote
    raise Exception("Could not connect to gerrit at %s" % remote_url)
Exception: Could not connect to gerrit at ssh://<email address hidden>@review.openstack.org:29418/openstack/openstack-manuals.git
MUJAIN-M-V03C:opensta