hexo部署远程出错 2017.04.10 July hexo  热度 ℃ hexo g -d出错出现这种情况: fatal: Not a git repository (or any of the parent directories): .gitError: fatal: Not a git repository (or any of the parent directories): .git 解决方法: 删掉根目录下的文件夹:.deploy_git重新 hexo g -d(知乎上看到的,管用)