记录 Mac使用github+hexo

安装时碰到一个坑,还有2️⃣个错误,没注意搜资料。

参考
http://www.jianshu.com/p/754b50d28f6f

http://www.jianshu.com/p/68801d3af191

http://www.jianshu.com/p/ee587a8104cf

http://www.jianshu.com/p/31450a83ceae

http://www.jianshu.com/p/d0a478cbd06a

坑:
冒号后有空格。会有格式


记录 Mac使用github+hexo_第1张图片
Paste_Image.png

错误一:hexo deploy 保存 没反应 查看上图配置;(重新的时候init后忘了)
错误二:git没有 安装 现在进入Hexo目录
hexo init
npm 会自动安装依赖环境
npm install
npm install hexo-deployer-git --save ## 安装部署所需要的插件

其他的按步骤就好了,记得配置ssh。。。

最后还不行就卸了node和npm,按步骤重新来过一次。

你可能感兴趣的:(记录 Mac使用github+hexo)