Azure CLI не будет входить в MacOS - PullRequest
0 голосов
/ 05 апреля 2019

Я пытаюсь войти в Azure CLI, но когда я запускаю az login, я получаю следующие сообщения об ошибках:

Roberts-Mac-Pro:~ robertcordingly$ az login
Port '8400' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Port '8401' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Port '8402' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Port '8403' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Port '8404' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Port '8405' is taken with error '[Errno 8] nodename nor servname provided, or not known'. Trying with the next one
Error: can't reserve a port for authentication reply url
Login failed

Я вырезал большинство строк, так как кажется, что он просто проходит через кучупортов и каждый раз получает ошибку № 8.

Если у вас есть идеи, почему это происходит, я буду очень признателен за любую помощь!

Ответы [ 2 ]

1 голос
/ 29 апреля 2019

На Mac добавьте следующую строку к вашим хостам.

sudo vi / etc / hosts

0.0.0.0 localhost

Это сработало для меня

1 голос
/ 05 апреля 2019

Как вы установили Azure Cli? используйте ниже формула варева

 brew update && brew install azure-cli
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...