/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的更多相关文章

  1. 【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 错误代码: 解决 出现这个错误的 ...

  2. YAML配置:mapping values are not allowed here

    在配置Eureka服务器配置文件的时候,出现了mapping values not allowed here的错误,原因是的冒号 ”:“后面没有空格. 原因分析:yml文件中,键值对是以": ...

  3. 【问题解决】Flasgger mapping values are not allowed here?

    参考来源:https://stackoverflow.com/questions/9055371/python-and-pyaml-yaml-scanner-scannererror-mapping- ...

  4. 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 ...

  5. ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context

    封装Redis发布订阅时,SUB时,又想探测具体Channel的状态,于是执行PUBSUB CHNNALES命令,报 ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / ...

  6. 报错:严重: 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 [ ...

  7. 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', ...

  8. 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 ...

  9. YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 5, column 1:

    创建的md文件头部声明中没有加空格.

随机推荐

  1. ffmpeg命令的使用

    参考博客:https://www.cnblogs.com/wainiwann/p/4128154.html 但是红色网页总结的 “ffmpeg 用法” 非常全面. http://www.360doc. ...

  2. 使用moment.js结合filter过滤器格式化时间

    <td>{{item.ctime | timeFormat('yyyy-MM-dd')}}</td> //pattern = "" 形参的默认值,如果传过来 ...

  3. shiro 角色与权限的解读

    1.为什么 shiro 有了<角色>后,还要设置<角色权限>呢?(问题) 思考:设置好角色了,那么就代表什么操作都可以执行了吗? 理解:如果上边回答是的话,那么只是<角色 ...

  4. 原生js阻止表单跳转

    /* W3C浏览器下的 */ var forms = document.getElementById("from") forms.addEventListener('submit' ...

  5. pycharm中代码整体缩进

    整体缩进 :  1.选中需要缩进的代码 2.Tab键 反向缩进:  shift+Tab

  6. Mybatis经常被问到的面试题

    1. #{}和${}的区别是什么? #{}是预编译处理,${}是字符串替换. Mybatis在处理#{}时,会将sql中的#{}替换为?号,调用PreparedStatement的set方法来赋值: ...

  7. web项目的一些常用设置

    给项目取别名: 03

  8. Python记录10:模块

    ''' 1. 什么是模块     模块就一系列功能的集合体 模块有三种来源:         1. 内置的模块         2. 第三方的模块:pip install +模块名称         ...

  9. vim格式化markdown表格

    title: vim格式化markdown表格 date: 2017-11-23 15:23:25 tags: vim categories: 开发工具 安装插件 https://github.com ...

  10. noip2016海港

    题目描述 Description 小K是一个海港的海关工作人员,每天都有许多船只到达海港,船上通常有很多来自不同国家的乘客. 小K对这些到达海港的船只非常感兴趣,他按照时间记录下了到达海港的每一艘船只 ...