[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:
Allen Li
2025-04-15 14:44:33 -07:00
committed by LUCI CQ
parent c92c5fbe99
commit 9d75b76ca5

View File

@@ -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.)")