hexo ERROR Deployer not found
2016-01-21 本文已影响0人
Flygrub
执行发布指令 hexo d 的时候报错
hexo ERROR Deployer not found: github
解决方法:
- 执行命令
npm install hexo-deployer-git --save
- 将deploy 的 type由github改为git
执行发布指令 hexo d 的时候报错
hexo ERROR Deployer not found: github
- 执行命令
npm install hexo-deployer-git --save
- 将deploy 的 type由github改为git