/repo
Created
November 3, 2017 07:26
gerrit repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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