windows搭建hexo博客报错(Error: Spawn failed at ChildProcess)
解决方式:
- 打开先前创建的存放hexo博客的文件夹
- 删除文件夹 .deploy_git
- 执行命令 git config --global core.autocrlf false
- 然后就是 hexo clean
- hexo g
- hexo s
- 最后查看没问题就可以部署到github上了
- hexo d
windows搭建hexo博客报错(Error: Spawn failed at ChildProcess)
阅读 72
2022-06-02
解决方式:
相关推荐
精彩评论(0)