Heroku 工具带错误
Heroku toolbelt error
我第一次尝试在 heroku 上部署 node.js 应用程序。按照指示我安装了 heroku toolbelt 但出了点问题。
我的机器 windows 10 使用 heroku toolbelt
问题:
C:\Users(username)\Downloads\Heroku [master]> heroku login heroku-cli:
Installing Toolbelt v4... ! Heroku client internal error. ! Search for
help at: https://help.heroku.com ! Or report a bug at:
https://github.com/heroku/heroku/issues/new
Error: getaddrinfo: No such host is known.
(SocketError(Excon::Errors::SocketError) Command: heroku login
Version: heroku/toolbelt/3.42.45 (i386-mingw32) ruby/2.1.7 Error
ID: c47aaf8f037042beb25fdceb46cfe78f
More information in C:/Users/courtaks/.heroku/error.log
-------------------------------------------- ----------------------------------
已解决:
按照本期 heroku 团队的指示:https://github.com/heroku/heroku/issues/1939
这似乎是一个临时的 DNS 问题。
它现在正在工作。
除了等待问题自行解决外,我什么也没做。也尝试更改您的 dns 服务器,也许这会起作用。
-------------------------------------------- ----------------------------------
-------------------------------------------- ----------------------------------
已解决:
按照本期 heroku 团队的指示:https://github.com/heroku/heroku/issues/1939
这似乎是一个临时的 DNS 问题。
它现在正在工作。
除了等待问题自行解决外,我什么也没做。也尝试更改您的 dns 服务器,也许这会起作用。
-------------------------------------------- ----------------------------------
将近 6 个月后,我在与 heroku 的第一次交互中遇到了完全相同的问题,这不是一个好的开始。
我使用命令验证安装:
heroku --version
第一次启动和 installing/preparing heroku-cli 可能需要下载一些额外的数据。
我在企业防火墙后面,git + npm 工作得很好(在一次性代理配置之后)。
一段时间后问题自动解决,最初的挫败感和时间消耗也随之而来。只是为下一个登陆这里的用户分享我的经验,直到问题真正解决。
日志文件提取:
Heroku client internal error. getaddrinfo: No such host is known.
(SocketError)
.
.
.
Heroku client internal error. 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. (SocketError)
[cross posted partially on the given heroku git link,与原始问答相同]
我第一次尝试在 heroku 上部署 node.js 应用程序。按照指示我安装了 heroku toolbelt 但出了点问题。
我的机器 windows 10 使用 heroku toolbelt
问题:
C:\Users(username)\Downloads\Heroku [master]> heroku login heroku-cli: Installing Toolbelt v4... ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new
Error: getaddrinfo: No such host is known. (SocketError(Excon::Errors::SocketError) Command: heroku login Version: heroku/toolbelt/3.42.45 (i386-mingw32) ruby/2.1.7 Error ID: c47aaf8f037042beb25fdceb46cfe78f
More information in C:/Users/courtaks/.heroku/error.log
-------------------------------------------- ----------------------------------
已解决:
按照本期 heroku 团队的指示:https://github.com/heroku/heroku/issues/1939
这似乎是一个临时的 DNS 问题。
它现在正在工作。
除了等待问题自行解决外,我什么也没做。也尝试更改您的 dns 服务器,也许这会起作用。
-------------------------------------------- ----------------------------------
-------------------------------------------- ----------------------------------
已解决:
按照本期 heroku 团队的指示:https://github.com/heroku/heroku/issues/1939
这似乎是一个临时的 DNS 问题。
它现在正在工作。
除了等待问题自行解决外,我什么也没做。也尝试更改您的 dns 服务器,也许这会起作用。
-------------------------------------------- ----------------------------------
将近 6 个月后,我在与 heroku 的第一次交互中遇到了完全相同的问题,这不是一个好的开始。
我使用命令验证安装:
heroku --version
第一次启动和 installing/preparing heroku-cli 可能需要下载一些额外的数据。
我在企业防火墙后面,git + npm 工作得很好(在一次性代理配置之后)。
一段时间后问题自动解决,最初的挫败感和时间消耗也随之而来。只是为下一个登陆这里的用户分享我的经验,直到问题真正解决。
日志文件提取:
Heroku client internal error. getaddrinfo: No such host is known. (SocketError)
.
.
.
Heroku client internal error. 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. (SocketError)
[cross posted partially on the given heroku git link,与原始问答相同]