невозможно подключиться к api.heroku.com - PullRequest
2 голосов
/ 07 января 2012

Я работаю с heroku с сайта http://devcenter.heroku.com/articles/java.

Моя ОС - windows7.

Когда я набираю команду heroku в командной строке, я получаю следующее:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\HARIKA_RAM>heroku
Usage: heroku COMMAND [--app APP] [command-specific-options]

Primary help topics, type "heroku help TOPIC" for more details:

Работает нормально.

Когда я пытаюсь войти в систему, выдается следующее сообщение:

C:\Users\HARIKA_RAM>heroku login
Enter your Heroku credentials.
Email: evsandeep@gmail.com
Password:
 !    Unable to connect to api.heroku.com

C:\Users\HARIKA_RAM>heroku update
-----> Updating to latest client... failed
   !   getaddrinfo: This is usually a temporary error during hostname
resolution and means that the local server did not receive a response from an
authoritative server.

Любая помощь приветствуется.Заранее спасибо.

1 Ответ

0 голосов
/ 04 апреля 2012

Вы пытались установить http_proxy, если вы находитесь за брандмауэром?установить http_proxy = proxy.mycompany.com: 8080

...