Closed MOxFIVE closed 9 years ago
When I executed hexo g and hexo s, the error msg appeared. After tried kinds of method, I found that the error was because I added a file in source folder. Solved the problem via removing the file.
hexo g
hexo s
在source文件夹乱加文件导致生成文件和开启服务时报错,移除后就好了。
When I executed
hexo g
andhexo s
, the error msg appeared. After tried kinds of method, I found that the error was because I added a file in source folder. Solved the problem via removing the file.在source文件夹乱加文件导致生成文件和开启服务时报错,移除后就好了。