Skip to content

Instantly share code, notes, and snippets.

@vovkab
Created November 3, 2017 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovkab/744b045baca4c8a11cbacf8bf7061ca7 to your computer and use it in GitHub Desktop.
Save vovkab/744b045baca4c8a11cbacf8bf7061ca7 to your computer and use it in GitHub Desktop.
gerrit repo
Show traces:
$ repo --trace <command>
Upload for review with topic set to current branch name:
$ repo upload -t
or
review.URL.uploadtopic = true
Issues
Permission denied (publickey):
Check your username, run command with --trace.
To override username for specific review server:
[review "<url>"]
username = <your_user_name>
urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590):
Problem with python version, if you are using python installed
via brew or ports - delete it and use apple version from /user/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment