【发布时间】:2017-06-06 22:09:42
【问题描述】:
我的步骤如下:
- 下载
heroku-osx.pkg并安装。 -
$ heroku login我的账号和密码 - 克隆了 ruby-getting-started:
$ git clone https://github.com/heroku/ruby-getting-started.git - 但是当我在终端中运行
$ heroku create时。
报告错误:
正在创建应用程序...!
▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443
我在 SO: 中找到了相关问题:
- I got error while using "git push heroku master"
- Hibernate unable to create schema automatically on Heroku postgres
但他们不是在执行$ heroku create 时出现错误。
【问题讨论】:
标签: ruby-on-rails git heroku