瀏覽代碼

[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>
Allen Li 4 月之前
父節點
當前提交
1fb0e39429
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      git_auth.py

+ 7 - 0
git_auth.py

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