在本地测试可以,当执行 $ hexo d 和 $ hexo deploy 时出现
You should configure deployment settings in _config.yml first!
Available deployer plugins:
For more help, you can check the online docs: http://hexo.io/
检查了_config.yml并没有什么问题 试了好多遍 都是这个问题
在本地测试可以,当执行 $ hexo d 和 $ hexo deploy 时出现
You should configure deployment settings in _config.yml first!
Available deployer plugins:
For more help, you can check the online docs: http://hexo.io/
检查了_config.yml并没有什么问题 试了好多遍 都是这个问题
我猜你没有安装npm install hexo-deployer-git --save
按照文档来就好了https://hexo.io/docs/deployment.html
首先确认你的 Git Bash 是正常的。。。
SSL key 是正确的
参考Hexo部署全过程 http://ibruce.info/2013/11/22/hexo-your-blog/
我一直也遇到上面的问题,最终找到原因是 _config.yml 文件 少了一个空格的原因,所以这个文件请不要随便减少空格,或者多加空格,希望以后的小伙伴碰到类似的问题,能够有所帮助