一、報錯: ERROR Plugin load failed: hexo-deployer-git
解決方案:執行命令 npm install hexo-deployer-git --save
二、報錯: ERROR Plugin load failed: hexo-generator-json-content
解決方案:
1.把node升級到6.0版本及以上;
2.然後執行命令 npm i hexo-generator-json-content --save
3.就OK了。
三、報錯:出現 OpenSSH 提示框
解決方案:
1.yes——ok,不可以的話,就刪掉github裡的原始碼,然後重新走一遍流程
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