找不到git部署
找不到git部署
ERROR Deployer not found: git
解决方法
npm install hexo-deployer-git --save
3.部署类型设置git
hexo 3.0 部署类型不再是github
,_config.yml
中修改
# Deployment
## Docs: http://hexo.io/docs/deployment.html
deploy:
type: git
repository: git@***.github.com:***/***.github.io.git
branch: master