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 .
错误: ERROR Deployer not found: git
解决:
npm install --save hexo-deployer-git
解决:
rm -rf .git // 删除.git
git config --global core.autocrlf false //禁用自动转换
git init
git add .