本地搭建Hexo成功部署到git上,报错
解决方案:
1、先hexo g
再执行hexo d
布署,也可使直接用hexo d -g
2、3.0版本,deploy的type 的github需要改成git
3、执行:npm install hexo-deployer-git --save
在执行第一步
本地搭建Hexo成功部署到git上,报错
解决方案:
1、先hexo g
再执行hexo d
布署,也可使直接用hexo d -g
2、3.0版本,deploy的type 的github需要改成git
3、执行:npm install hexo-deployer-git --save
在执行第一步