mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
[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:
@@ -587,6 +587,13 @@ class ConfigWizard(object):
|
|||||||
if used_oauth:
|
if used_oauth:
|
||||||
self._print_oauth_instructions()
|
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:
|
def _run_inside_repo(self) -> None:
|
||||||
global_email = self._check_global_email()
|
global_email = self._check_global_email()
|
||||||
info = self._configure_repo(global_email=global_email)
|
info = self._configure_repo(global_email=global_email)
|
||||||
|
|||||||
Reference in New Issue
Block a user