I am working with heroku from the site http://devcenter.heroku.com/articles/java.
My OS is windows7.
When I am typing the command heroku in command prompt I am getting the following:
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:
It is working fine.
When I am trying to login it is giving the following message:
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.
Any help is appreciated. Thanks in advance.