Skip to content

Instantly share code, notes, and snippets.

@Mierdin
Created May 29, 2018 02:29
Show Gist options
  • Save Mierdin/6754f1366858e7df7a4adabb525c714d to your computer and use it in GitHub Desktop.
Save Mierdin/6754f1366858e7df7a4adabb525c714d to your computer and use it in GitHub Desktop.
git review -s [10:50:57]
Enter passphrase for key '/Users/mierdin/.ssh/id_rsa':
Could not connect to gerrit.
Enter your gerrit username: mierdin
Trying again with ssh://mierdin@review.opencontrail.org:29418/Juniper/contrail-controller.git
Enter passphrase for key '/Users/mierdin/.ssh/id_rsa':
<traceback object at 0x1107a36c8>
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 11, in <module>
sys.exit(main())
File "/Library/Python/2.7/site-packages/git_review/cmd.py", line 1173, in main
config['hostname'], config['port'], config['project'])
File "/Library/Python/2.7/site-packages/git_review/cmd.py", line 593, in check_remote
add_remote(scheme, hostname, port, project, remote)
File "/Library/Python/2.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://mierdin@review.opencontrail.org:29418/Juniper/contrail-controller.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment