问题
使用hexo d
或hexo deploy
命令时报错:
ERROR Deployer not found: git
解决
安装hexo-deployer-git
:
npm install --save hexo-deployer-git
在_config.yml
配置中将deploy
的type
由github
改为git
:
deploy
type: git
repository: git@github.com:YOUR_ID/YOUR_ID.github.io.git
branch: master
将其中的YOUR_ID
改成你自己的GitHub账号
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。