My steps are below:
- Download the
heroku-osx.pkg
, and installed it. $ heroku login
with my account and password- cloned the ruby-getting-started:
$ git clone https://github.com/heroku/ruby-getting-started.git
- But when I run
$ heroku create
in my Terminal.
Reports the error:
Creating app... !
▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443
I have find the related question in SO:
- I got error while using "git push heroku master"
- Hibernate unable to create schema automatically on Heroku postgres
But they are not when execute $ heroku create
comes out the error.