1、报错: ERROR Plugin load failed: hexo-deployer-git html
解决方案:执行命令 npm install hexo-deployer-git --save node
2、报错: ERROR Plugin load failed: hexo-generator-json-content git
解决方案:github
1.把node升级到6.0版本及以上;npm
2.而后执行命令 npm i hexo-generator-json-content --save json
3.就OK了。hexo
3、报错:出现 OpenSSH 提示框spa
解决方案:code
1.yes——ok,不能够的话,就删掉github里的源码,而后从新走一遍流程htm
2.
确保配置没错: deploy: type: git repository: https://github.com/leopardpan/leopardpan.github.io.git branch: master npm i hexo-generator-json-content --save npm install hexo-deployer-git --save hexo deploy