报错如下:
$ hexo d
INFO Validating config
INFO Deploying: git
INFO Clearing .deploy_git folder...
INFO Copying files from public folder...
INFO Copying files from extend dirs...
fatal: LF would be replaced by CRLF in about/index.html
FATAL {
err: Error: Spawn failed
at ChildProcess.<anonymous> (C:UsersxxxBlognode_moduleshexo-deployer-gitnode_moduleshexo-utillibspawn.js:51:21)
at ChildProcess.emit (events.js:315:20)
at ChildProcess.cp.emit (C:UsersxxxBlognode_modulescross-spawnlibenoent.js:34:29)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) {
code: 128
}
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html
其实这是LF的文件在push时会被自动转换为CRLF, 这是因为你在Windows下配置了autocrlf = true, 而hexo g生成的文件都是LF文件. 所以这个没办法你只能手动修改hexo d的配置, 在.deploy_git.git文件夹下的config文件的[core]下, 添加autocrlf = false就可以了.
最后
以上就是年轻大地最近收集整理的关于关于git push时遇到的LF would be replaced by CRLF问题的全部内容,更多相关关于git内容请搜索靠谱客的其他文章。
发表评论 取消回复