Installing the heroku toolbelt and trying to authenticate your account
heroku login
I typed
heroku-cli:Adding dependencies...
▸ Get https://cli-assets.heroku.com/node/v5.4.1/node-v5.4.1-darwin-x64.tar.gz:dial tcp:lookup cli-assets.heroku.com on [2404:1a8:7f01:b::3]:53:no such host
done
heroku-cli —Installing core plugins...
▸
▸ fork/exec bin/node —no such file or directory
heroku-cli: Installing core plugins (retrying) ...
▸ Error installing package.
▸
▸ Try running again with GODE_DEBUG = info to see more output.
heroku-cli —Adding dependencies...
▸ Get https://cli-assets.heroku.com/node/v5.4.1/node-v5.4.1-darwin-x64.tar.gz:dial tcp:lookup cli-assets.heroku.com on [2404:1a8:7f01:b::3]:53:no such host
done
heroku-cli —Installing core plugins...
▸
▸ fork/exec bin/node —no such file or directory
heroku-cli: Installing core plugins (retrying) ...
▸ Error installing package.
▸
▸ Try running again with GODE_DEBUG = info to see more output.
! error getting commands pid7504 exit1
appears.
ffork/exec bin/node: no such file or directory
I think this area is bad, but I don't know how to deal with it.
If you know how to deal with it, could you please let me know?
I suspect the error "no such host" in the middle of the display.
https://cli-assets.heroku.com/node/v5.4.1/node-v5.4.1-darwin-x64.tar.gz seems to have failed to download, but is the manual download from a browser working properly?
If you are using a proxy, disable it and try the command again.
Also, just in case, try heroku update
to update the client itself.
Resolved below
cli-assets.heroku.com does not have an IPV6 address, do you have a
network configuration that ipv4 disabled or any other special IPV6
configuration?I am trying to configure out why it is not falling back to
ipv4, when it cannot resolve an ipv6 address.
Source | https://github.com/heroku/heroku/issues/1891#issuecomment-181502075
© 2024 OneMinuteCode. All rights reserved.