我试图在 Windows 7 上设置宅基地 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