Vagrant vgrant up失败,带“0”;未知配置部分';版本'&引用;

Vagrant vgrant up失败,带“0”;未知配置部分';版本'&引用;,vagrant,virtualbox,Vagrant,Virtualbox,系统环境 vagrant up Bringing machine 'glialvid' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: Vagrant: * Unknown configuration section 'version'. 感谢您的帮助 您必须使用V

系统环境

vagrant up   

Bringing machine 'glialvid' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Vagrant:
* Unknown configuration section 'version'.

感谢您的帮助

您必须使用VirtualBox打开虚拟机并检查虚拟机设置。。尝试修复设置中的警告或错误

您将在此路径中找到框
~/.vagrant.d/box

祝你好运


我希望这能有所帮助

让我猜猜,您可能需要在
Vagrantfile
的开头使用类似的内容:

System: OS X Yosemite v 10.10.1
VirtualBox: 4.3.20
Vagrant: 1.6.5
Ansible: 1.8.1

安装以下插件:

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|


粘贴
Vagrantfile
的内容进行检查
vagrant plugin install vagrant_box_version
vagrant plugin install vagrant-triggers