Skip to content

Instantly share code, notes, and snippets.

@mrjoshuak
Created February 25, 2014 19:47
Show Gist options
  • Save mrjoshuak/9216267 to your computer and use it in GitHub Desktop.
Save mrjoshuak/9216267 to your computer and use it in GitHub Desktop.
git review -s
Could not connect to gerrit.
Enter your gerrit username: MrJoshua
Trying again with ssh://MrJoshua@review.openstack.org:29418/openstack/openstack-manuals.git
<traceback object at 0x1098cac20>
We don't know where your gerrit is. Please manually create a remote
named "gerrit" and try again.
Traceback (most recent call last):
File "/usr/local/bin/git-review", line 1196, in <module>
main()
File "/usr/local/bin/git-review", line 1110, in main
config['hostname'], config['port'], config['project'])
File "/usr/local/bin/git-review", line 489, in check_remote
add_remote(hostname, port, project, remote)
File "/usr/local/bin/git-review", line 344, in add_remote
raise Exception("Could not connect to gerrit at %s" % remote_url)
Exception: Could not connect to gerrit at ssh://MrJoshua@review.openstack.org:29418/openstack/openstack-manuals.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment