【发布时间】:2014-10-27 08:03:48
【问题描述】:
我试图在 Windows 7 上设置 homestead laravel vagrant,但出现此错误:
C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb:205:in `parse':
(<unknown>): mapping values are not allowed in this context at line 13
column 9 (Psych::SyntaxError)
这是我的 yaml 文件:
authorize: C:/Users/Netanel/.ssh/id_rsa.pub
keys:
- C:/Users/Netanel/.ssh/id_rsa
folders:
- map:C:/projects
to: /home/vagrant/projects
sites:
- map: test.com
to: /home/vagrant/projects/test/public
variables:
- key: APP_ENV
value: local
【问题讨论】:
标签: php laravel-4 vagrant homestead