我在Ubuntu 14.04上使用vagrant,它的版本是 Vagrant 1.4.3 。当我厌倦了流浪者时,每次都会给我跟随错误。
Successfully added box 'precise64' with provider 'virtualbox'!
There are errors in the configuration of this machine. Please fix
the following errors and try again:
shell provisioner:
* The following settings shouldn't exist: run
我的虚拟机版本= 4.3.10_Ubuntur93012
请帮助我阻止我的每一个工作流程:(
答案 0 :(得分:0)
在Ubuntu机器上安装最新版本的Vagrant(假设是64位):
sudo apt-get remove vagrant
wget
,粘贴步骤2中的下载链接,然后按Enter键(应该看起来像wget https://releases.hashicorp.com/vagrant/x.x.x/vagrant_x.x.x_x86_64.deb
)sudo dpkg -i vagrant_x.x.x_x86_64.deb
,其中x.x.x
是当前的Vagrant版本现金:
https://www.howtoforge.com/tutorial/ubuntu-vagrant-install-and-getting-started/ http://www.icchasethi.com/installing-latest-vagrant-and-virtualbox-version-on-ubuntu-12-01/