Я установил Google Cloud SDK и инициализирую, т.е. запускаю gcloud init
, согласно инструкциям для Windows 10 в Git Bash. Однако выводимый текст кажется обрезанным.
Это единственный выход
$ gcloud init
Welcome! This command will take you through the configuration of gcloud.
Settings from your current configuration [viviangmail] are:
core:
account: example@google.com
disable_usage_reporting: 'True'
Когда я запускаю ту же команду в командной строке, она работает нормально. Смотрите полный вывод ниже. Но я не хочу использовать командную строку. Я привык к Git Bash.
C:\Users\Vivian>gcloud init
Welcome! This command will take you through the configuration of gcloud.
Settings from your current configuration [viviangmail] are:
core:
account: example@google.com
disable_usage_reporting: 'True'
Pick configuration to use:
[1] Re-initialize this configuration [viviangmail] with new settings
[2] Create a new configuration
[3] Switch to and re-initialize existing configuration: [default]
Please enter your numeric choice:
Почему gcloud init
не работает в Git Bash?