mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
[git_auth] Clarify which email to use
Change-Id: Ic17568c3b6fd35772b3c7d5c9db8e62e207fb7fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6456193 Commit-Queue: Allen Li <ayatane@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
This commit is contained in:
@@ -841,7 +841,7 @@ class ConfigWizard(object):
|
||||
self._println('We have configured Git to use an OAuth helper.')
|
||||
self._println('The OAuth helper requires its own login.')
|
||||
self._println_action(
|
||||
"If you haven't yet, run `git credential-luci login` to set up the OAuth helper."
|
||||
"If you haven't yet, run `git credential-luci login` using the same email as Git."
|
||||
)
|
||||
self._println(
|
||||
"(If you have already done this, you don't need to do it again.)")
|
||||
|
||||
Reference in New Issue
Block a user