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