$heroku create出现下面的错误:

Creating app... !!!
▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443

2016/03/17 15:20:05 Error: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443
at errnoException (dns.js:26:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26)

解决方案:

出现问题之后,我以为是本地没有ssh,就安装了ssh,可是问题还是存在,就怀疑heroku要求rails4+

以上,以为是rails的版本问题,创建的一个新的rails4+的项目,运行heroku create 就可以了,所以此问题

因属于本地链接网络的问题,多链接几次!

相关文章:

  • 2021-11-07
  • 2021-10-09
  • 2022-01-08
  • 2021-04-11
  • 2021-06-27
  • 2021-11-15
  • 2021-11-07
  • 2021-11-02
猜你喜欢
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案