【Hexo】Hexo+Github构建个人博客 (五):错误集

时间:2023-03-08 23:43:13
【Hexo】Hexo+Github构建个人博客 (五):错误集

一、报错: ERROR Plugin load failed: hexo-deployer-git

【Hexo】Hexo+Github构建个人博客 (五):错误集

解决方案:执行命令  npm install hexo-deployer-git --save

【Hexo】Hexo+Github构建个人博客 (五):错误集

二、报错: ERROR Plugin load failed: hexo-generator-json-content

【Hexo】Hexo+Github构建个人博客 (五):错误集

解决方案:

1.把node升级到6.0版本及以上;

2.然后执行命令  npm i hexo-generator-json-content --save

3.就OK了。

三、报错:出现 OpenSSH 提示框

【Hexo】Hexo+Github构建个人博客 (五):错误集

解决方案:

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