问题描述

hexo 安装,配置完成 _config.yml

执行命令

hexo d

报错如下:

ERROR Deployer not found: git

解决方案

这是因为没安装hexo-deployer-git插件,在文件下安装插件

npm install hexo-deployer-git --save

hexo d正常