mapping values are not allowed in this context at line 115 column 10
/opt/vagrant/embedded/lib/ruby/2.4./psych.rb::in `parse': (<unknown>): mapping values are not allowed in this context at line 115 column 10 (Psych::SyntaxError)
from /opt/vagrant/embedded/lib/ruby/2.4./psych.rb::in `parse_stream'
from /opt/vagrant/embedded/lib/ruby/2.4./psych.rb::in `parse'
from /opt/vagrant/embedded/lib/ruby/2.4./psych.rb::in `load'
from /Users/qudian/Homestead/Vagrantfile::in `block in <top (required)>'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/v2/loader.rb::in `load'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/loader.rb::in `block ( levels) in load'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/loader.rb::in `each'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/loader.rb::in `block in load'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/loader.rb::in `each'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/config/loader.rb::in `load'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/vagrantfile.rb::in `initialize'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `new'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `vagrantfile'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `host'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `block in action_runner'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/action/runner.rb::in `run'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `hook'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./lib/vagrant/environment.rb::in `unload'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./bin/vagrant::in `ensure in <main>'
from /opt/vagrant/embedded/gems/2.1./gems/vagrant-2.1./bin/vagrant::in `<main>'
启动homestead的时候报如上错误,经查询,错误原因为:

这错误,真骚啊。。。。。。
mapping values are not allowed in this context at line 115 column 10的更多相关文章
- 【docker】 yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yml", line 60, column 35
在启动docker-compose 时候 报错了 命令: docker-compose up -d && docker-compose logs -f 错误代码: 解决 出现这个错误的 ...
- YAML配置:mapping values are not allowed here
在配置Eureka服务器配置文件的时候,出现了mapping values not allowed here的错误,原因是的冒号 ”:“后面没有空格. 原因分析:yml文件中,键值对是以": ...
- 【问题解决】Flasgger mapping values are not allowed here?
参考来源:https://stackoverflow.com/questions/9055371/python-and-pyaml-yaml-scanner-scannererror-mapping- ...
- PLS-00357: Table,View Or Sequence reference 'SEQ_TRADE_RECODE.NEXTVAL' not allowed in this context
oracle数据库: 为了使ID自增,建了序列后,创建触发器: create or replace TRIGGER TRIG_INSERT_TRADE_RECODE BEFORE INSERT ON ...
- ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context
封装Redis发布订阅时,SUB时,又想探测具体Channel的状态,于是执行PUBSUB CHNNALES命令,报 ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / ...
- 报错:严重: Servlet.service() for servlet [jsp] in context with path [/20161116-Struts2-6] threw exception [/index.jsp (line: 13, column: 20) No tag "textfiled" defined in tag library imported with prefix
严重: Servlet.service() for servlet [jsp] in context with path [/20161116-Struts2-6] threw exception [ ...
- 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups)VALUES('1','hh','hh@163.com','Boss')' at line 1
mysql8.0版本 在已存在的表里插入一条数据 insert INTO api_user(id,username,email,groups)VALUES('1','hh','hh@163.com', ...
- FATAL bad indentation of a mapping entry at line 83, column 3: branch: master 已解决;
部署hexo 时候,修改完_config.yml 文件后更新报错如下,问题解决: FATAL bad indentation of a mapping entry at line 83, colum ...
- YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 5, column 1:
创建的md文件头部声明中没有加空格.
随机推荐
- soapui调用redis,获取短信验证码
1.首先,调用redis需要引入redis的jar包,放入到soapui指定目录中,例如我的目录D:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\ext ...
- Docker:搭建私有镜像仓储(image registry)(4)
搭建私有仓储,其实本质上也是运行了一个官方提供的(Registry)镜像的容器:生产环境中,我们要搭建自己的专有仓储 下载registry镜像 docker pull registry 运行镜像 do ...
- Cocos Creator 加载和切换场景(官方文档摘录)
Cocos Creator 加载和切换场景(官方文档摘录) 在 Cocos Creator 中,我们使用场景文件名( 可以不包含扩展名)来索引指代场景.并通过以下接口进行加载和切换操作: cc.dir ...
- Mysql授权root用户远程登录
默认情况下Mysql的root用户不支持远程登录,使用以下命令授权 [Charles@localhost ~]$ mysql -uroot -p123 MariaDB [(none)]> u ...
- Maven pom.xml详解(转)
pom文件总体结构 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www ...
- Future 示例
public static Object send(RequestClient request) future.channel().writeAndFlush(JSONObject.toJSONStr ...
- Tomcat报错: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myApp]]
Tomcat报错:严重: A child container failed during startjava.util.concurrent.ExecutionException: org.apach ...
- Docker Kubernetes 环境搭建
Docker Kubernetes 环境搭建 节点规划 版本 系统:Centos 7.4 x64 Docker版本:18.09.0 Kubernetes版本:v1.8 etcd存储版本:etcd-3. ...
- Guitar Pro特殊符号讲解之附点音符
今天要讲解Guitar Pro里附点音符的作用,附点音符也是大家在编曲做谱的时候,经常需要使用的一个符号,它在Guitar Pro分为附点和双附点. 附点:记在音符符头右边的圆点,用以增长音符的时值. ...
- Win32汇编学习(5):绘制文本2
这次我们将学习有关文本的诸多属性如字体和颜色等. 理论: Windows 的颜色系统是用RGB值来表示的,R 代表红色,G 代表绿色,B 代表蓝色.如果您想指定一种颜色就必须给该颜色赋相关的 RGB ...