Issue metadata
Sign in to add a comment
|
git cl is not helpful if the git remote for a branch is non-Google
Reported by
addal...@gmail.com,
Jul 6 2017
|
||||||||||||||||||
Issue descriptionAffected Version: depot_tools master (?) What steps will reproduce the problem? 1. Create a branch with its `remote` (as in `git config branch.foo.remote` set to e.g. a SSH repository), tracking a branch from that remote 2. Run `git cl upload` or generally anything that triggers `_GerritChangelistImpl.GetCodereviewServer` in `git_cl.py` What is the expected output? An error message that says git is not set up correctly. What do you see instead? A `Credentials for the following hosts are required` error message followed with the host just given as `-review` (because `self._GetGitHost()` in `GetCodereviewServer` returns an empty string).
,
Sep 5 2017
,
Sep 5 2017
,
Sep 11 2017
Yes, this is true. While we'd love to have "git cl" be generally useful for everyone everywhere, it simply can't be a priority. |
|||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||
Comment 1 by tandrii@chromium.org
, Jul 6 2017