美文网首页
Hexo的FAQ

Hexo的FAQ

作者: 蚂蚁窝大梦想 | 来源:发表于2018-06-03 23:15 被阅读15次

1 hexo d 报错

错误: ERROR Deployer not found: git
解决:

npm install --save hexo-deployer-git

2 LF will be replaced by CRLF

解决:

rm -rf .git  // 删除.git  
git config --global core.autocrlf false  //禁用自动转换    
git init    
git add .

相关文章

网友评论

      本文标题:Hexo的FAQ

      本文链接:https://www.haomeiwen.com/subject/fkddsftx.html