hexo发生error:spawn failed错误的解决方法
问题描述:
- 先是出现错误:
<span class="has-inline-color has-vivid-red-color">error:spawn failed...</span>
- 然后经过一些博客的操作会出现以下问题:
<span class="has-inline-color has-vivid-red-color">fatal: cannot lock ref 'HEAD': unable to resolve reference HEAD: Invalid argument error: src refspec</span>
- 或者:
<span class="has-inline-color has-vivid-red-color">error: src refspec HEAD does not match any.</span>
等等
总结一下:
问题大多是因为git
进行push
或者hexo d
的时候改变了一些.deploy_git
文件下的内容。
解决办法:
- 删除
.deploy_git
文件夹; - 输入
git config --global core.autocrlf false
- 然后,依次执行:
hexo clean``hexo g``hexo d
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 枫茗🍈!