上传文章的时候,出现以下错误:
$ hexo clean
INFO Validating config
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html
Error: EPERM: operation not permitted, rmdir 'D:\blog\public'
尝试修改文件夹权限,没作用
用 administrator 权限打开 Git bash 来执行
hexo clean,也没用。那就按照他要求删除掉整个 public 文件夹
再次
hexo clean && hexo g && hexo d成功 clean 并且上传