Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将heroku工具带安装到Avagrant ubuntu 32中_Ubuntu_Heroku_Vagrant - Fatal编程技术网

将heroku工具带安装到Avagrant ubuntu 32中

将heroku工具带安装到Avagrant ubuntu 32中,ubuntu,heroku,vagrant,Ubuntu,Heroku,Vagrant,嗨,我想在我的Ubuntu虚拟机上安装heroku工具带,我试着 wget-qO-https://toolbelt.heroku.com/install-ubuntu.sh |sh 但是什么也没发生,没有显示任何消息。 因此,我从浏览器中获取了脚本并开始逐行执行它,但我得到了以下错误: --2015-03-07 21:28:18——解析toolbelt.heroku.com(toolbelt.heroku.com)。。。失败: 名称解析暂时失败。wget:无法解析主机 地址'toolbelt.h

嗨,我想在我的Ubuntu虚拟机上安装heroku工具带,我试着

wget-qO-https://toolbelt.heroku.com/install-ubuntu.sh |sh

但是什么也没发生,没有显示任何消息。 因此,我从浏览器中获取了脚本并开始逐行执行它,但我得到了以下错误:

--2015-03-07 21:28:18——解析toolbelt.heroku.com(toolbelt.heroku.com)。。。失败: 名称解析暂时失败。wget:无法解析主机 地址'toolbelt.heroku.com'gpg:未找到有效的OpenPGP数据

我做错了什么


谢谢

我解决这个问题的方法是:
vaggrant-halt
然后
再次流浪上路
。重新启动后由于某种原因

wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | she
正在工作