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
任何帮助表示赞赏!
答案 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|