[git_auth] Add short blurb with manual setup instructions

Might be useful for some folks, try adding this.

Bug: 410825515
Change-Id: I367298b8276758c25167aa520556fb63a175127f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6459926
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
This commit is contained in:
Allen Li
2025-04-16 14:28:14 -07:00
committed by LUCI CQ
parent 5d5475cdee
commit 1fb0e39429

View File

@@ -587,6 +587,13 @@ class ConfigWizard(object):
if used_oauth:
self._print_oauth_instructions()
self._println()
self._println(
"If you need to set up any uncommonly used hosts that we didn't set up above,"
)
self._println('you can set them up manually.')
self._print_manual_instructions()
def _run_inside_repo(self) -> None:
global_email = self._check_global_email()
info = self._configure_repo(global_email=global_email)