当前位置: 代码迷 >> 综合 >> 「Hexo博客」FATAL E:\blog not empty, please run `hexo init` on an empty folder and then copy your files
  详细解决方案

「Hexo博客」FATAL E:\blog not empty, please run `hexo init` on an empty folder and then copy your files

热度:59   发布时间:2023-12-15 10:01:15.0

一.前言

小白在搭建博客时,遇到:FATAL E:\blog not empty, please run `hexo init` on an empty folder and then copy your files into it。

二.问题原因

当我们输入hexo init的时候出现这些,表示没有清空文件夹。

三.解决技术

直接输入命令

re -

然后重新初始化,即可。

*亲测解决

  相关解决方案