一、报错
将hexo部署到Github时发生Deployer not found: git报错
二、报错原因及解决方法
- 报错原因
在初次部署hexo时没有安装hexo-deployer-git
插件导致部署时发生Deployer not found: git报错
- 解决方法
1.执行cnpm install hexo-deployer-git --save或npm install hexo-deployer-git --save命令安装hexo-deployer-git插件
2.执行hexo g生成静态文件
3.hexo d将hexo部署到Github上
标签:git,hexo,deployer,Deployer,报错,found From: https://blog.csdn.net/Kong08242022/article/details/142551201