Vagrant up:以下设置不存在:name

时间:2016-05-17 13:58:49

标签: macos shell vagrant

我一直在尝试向其他网站添加新链接。我已编辑了~/.homestead/Homestead.yaml并在配置文件中添加了关于tor2的行。

sites:
    - map: agencedevoyage.app
      to: /home/vagrant/Code/agencedevoyage/public
    - map: tor2.app
      to: /home/vagrant/Code/tor_2015/public

然后我跑了一个流浪汉,这是输出:

Willys-Mac-Pro:Homestead Mael$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
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: name
* The following settings shouldn't exist: name
* The following settings shouldn't exist: name
* The following settings shouldn't exist: name
* The following settings shouldn't exist: name
* The following settings shouldn't exist: name

我不明白这是从哪里来的。任何帮助都乐意接受。

2 个答案:

答案 0 :(得分:2)

我今天也遇到了这个问题。该修复程序正在升级Vagrant和Virtualbox。我的两个都已经过时了。

答案 1 :(得分:0)

最后设法做到了。没有快速回答,没有真正的答案看来我通过更新版本的东西从这里到这里打破了方框。

我终于安装了最新版本的virtualbox和vagrant,一点一点地修复了所有内容,几个小时后一切恢复正常,我可以再次正常工作。