You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: