问题
hexo d
报错
COPY
1 | ERROR Deployer not found: git |
原因
备份Hexo的时候缺少 hexo-deployer
插件
解决办法
在Hexo根目录下执行一下命令即可
COPY
1 | npm install hexo-deployer-git --save |
hexo d
报错
1 | ERROR Deployer not found: git |
备份Hexo的时候缺少 hexo-deployer
插件
在Hexo根目录下执行一下命令即可
1 | npm install hexo-deployer-git --save |