使用"未知配置部分'版本#39;"

时间:2014-12-11 07:31:03

标签: 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'.

系统环境

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

任何帮助表示赞赏!

3 个答案:

答案 0 :(得分:6)

安装以下插件:

ssh -vvv git@github.com


git push -u origin

remote: Permission to <user-name-2>/test-config.git denied to <user-name-1>.
fatal: unable to access 'https://github.com/<user-name-2>/test-config.git/': The requested URL returned error: 403

vagrant plugin install vagrant_box_version

答案 1 :(得分:0)

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

您可以在此路径中找到方框~/.vagrant.d/boxes

祝你好运。

我希望这可以提供帮助!

答案 2 :(得分:0)

让我猜一下,在Vagrantfile

的开头你可能需要这样的东西
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|