我遵循了laravel homestead安装中的所有步骤,但在发出'vagrant up‘命令后,我得到了以下消息:
C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb:205:in `parse': (<unknown>
): found a tab character that violate intendation while scanning a plain scalar
at line 17 column 11 (Psych::SyntaxError)
from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb:205:in `parse
_stream'
from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb:153:in `parse
'会有什么问题呢?
发布于 2014-06-13 15:51:22
好的,我明白了.Vagrant不喜欢Homestead.yaml文件中的选项卡...缩进必须带有空格和精确。
只需将制表符替换为空格,流浪者就可以开始了。
https://stackoverflow.com/questions/24189128
复制相似问题