问题描述

在设置完 deploy 时,执行 hexo d 报错

1
ERROR Deployer not found: git

解决方案

错误原因在于你没有安装 hexo-deployer-git 插件,在你的博客根目录下输入以下命令进行安装:

1
npm install hexo-deployer-git --save

现在再执行 hexo d 时就不会报错了