部署hexo 时候,修改完_config.yml  文件后更新报错如下,问题解决: FATAL bad indentation of a mapping entry at line 83, column 3: branch: master 重写添加修改_config.yml 文件如下格式,问题解决: deploy: type: git repo: https://github.comAnderson-An/Anderson-An.github.io.git branch: master…
当配置玩_config.yml文件时,执行hexo g -d时出现错误如下: $ hexo g -d FATAL can not read a block mapping entry; a multiline key may not be an implicit key at line 84, column 1: ^ YAMLException: can not read a block mapping entry; a multiline key may not be an implicit…
1.错误描述 严重: Parse Fatal Error at line 41 column 24: 元素类型 "url-pattern" 必须由匹配的结束标记 "</url-pattern>" 终止. org.xml.sax.SAXParseException; systemId: jndi:/localhost/SpringMVCH/WEB-INF/web.xml; lineNumber: 41; columnNumber: 24; 元素类型 &qu…
/opt/vagrant/embedded/lib/ruby//psych.rb::in `parse': (<unknown>): mapping values are not allowed in this context at line 115 column 10 (Psych::SyntaxError) /psych.rb::in `parse_stream' /psych.rb::in `parse' /psych.rb::in `load' :in `block in <to…
在WIndows 7操作系统上同时安装VS2012与VS2015并用VS2012创建MFC程序时弹出编译错误”fatal error C1083: 无法打开包括文件:“mprapidef.h”: No such file or directory”的解决办法: I installed vs2015 and vs2012, then the same problem occurs,however, I find a solution. open visual studio project sett…
将gitbash部署hexo到github:hexo deploy 报以下错误: Administrator@liu MINGW64 /Hexo $ hexo d INFO Deploying: git INFO Clearing .deploy_git folder... INFO Copying files from public folder... INFO Copying files from extend dirs... warning: LF will be replaced by…
情景再现 远程新建仓库,然后本地 git bash执行以下代码 git init git add . git commit -m 'xxx' git remote add origin https://username@xxx.com/xxx.git git push 在执行git push的时候出现" The current branch master has no upstream branch."问题的原因是没有将本地的分支与远程仓库的分支进行关联,如图  对应的中文意思: fa…
当使用  git push  时,提示以下错误: fatal: remote error: You can't push to git://github.com/user/xxx.git Use https://github.com/user/xxx.git 怎么解决呢? 一条命令搞定: git remote set-url origin https://github.com/user/xxx.git 再试试  git push .…
一次重启mysql发现无法启动成功,通过检查mysql日志发现问题并解决了问题. mysql启动失败的日志: [root@nn ~]# tail -n 20 /var/log/mysqld.log 130924 10:14:54 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 130924 10:14:54 mysqld_safe mysqld from pid…