php - homestead laravel vagrant not allowed windows -



php - homestead laravel vagrant not allowed windows -

im trying set homestead laravel vagrant on windows 7 , error:

c:/hashicorp/vagrant/embedded/lib/ruby/2.0.0/psych.rb:205:in `parse': (<unknown>): mapping values not allowed in context @ line 13 column 9 (psych::syntaxerror)

this yaml file:

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

the problem lack of space after map:. have:

folders: - map:c:/projects to: /home/vagrant/projects

and should be:

folders: - map: c:/projects to: /home/vagrant/projects

php laravel-4 vagrant homestead

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -