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

xiaoxiao2021-02-28  83

一、报错: 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

 

转载请注明原文地址: https://www.6miu.com/read-79821.html

最新回复(0)