Hexo: Deployer not found: git

Created on 23 Jan 2018  ·  3Comments  ·  Source: hexojs/hexo

Already use npm install hexo-deployer-git --save
but still shows
16:59:57.711 ERROR Deployer not found: git

_config.yml
deploy:
type: git
repo: https://github.com/hgDendi/hgDendi.github.io.git
branch: master

I use
npm install hexo-deployer-git --save
hexo clean
hexo g
hexo d
shows:
16:59:57.612 DEBUG Hexo version: 3.4.4
16:59:57.614 DEBUG Working directory: ~/Desktop/hexo/hgDendi.github.io/
16:59:57.702 DEBUG Config loaded: ~/Desktop/hexo/hgDendi.github.io/_config.yml
16:59:57.708 DEBUG Plugin loaded: hexo-generator-cname
16:59:57.711 ERROR Deployer not found: git
16:59:57.714 DEBUG Database saved

Most helpful comment

if : .hexo deploy get : * ERROR Deployer not found: github * ?
in your blog
npm install hexo-deployer-git --save
check _config.yml,change type of deploy from github to git

author:Ymuyi
url:https://www.jianshu.com/p/f2b32f439b02
source:jianshu

All 3 comments

plugins:
hexo-generator-cname

This is the reason.. Thanks anyway

Same error. Solved by comment the plugins hexo-math in '_config.yml'.
Thanks!

if : .hexo deploy get : * ERROR Deployer not found: github * ?
in your blog
npm install hexo-deployer-git --save
check _config.yml,change type of deploy from github to git

author:Ymuyi
url:https://www.jianshu.com/p/f2b32f439b02
source:jianshu

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakeg picture jakeg  ·  3Comments

yunTerry picture yunTerry  ·  3Comments

cxgreat2014 picture cxgreat2014  ·  3Comments

19uni94 picture 19uni94  ·  3Comments

netcan picture netcan  ·  3Comments