Skip to content

11. hexo deploy时出现错误的终极解决方案

Michael.Lu edited this page Apr 13, 2019 · 1 revision

blog/下打开终端,运行下列命令

rm -rf .deploy_git
rm -rf .git
rm -rf themes/mellow/.git
hexo clean
hexo g
hexo d

Clone this wiki locally