一般Hexo配置没有什么变化的话,只需备份一次即可。
原Github存了一份hexo的备份
方式一
只需把此文件
复制一个放在原文件夹原文件夹里面即可使用了
其他的都不需要
因为一般配置不变化的话,只需保存好source文件夹下的
方式二
hexo init MyHexo
然后复制某些配置文件即可
遇到很坑的问题
之前一直在mac上使用没有任何问题,迁移到window后,却遇到种种坑,解决了一天,网上找了很久都没有答案。
(1).报错spawn git ENOENT
未添加Git环境变量引起,添加Git与git管理库的环境变量即可
(2).```
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
竟然是Git版本的问题,卸载Window上当前安装的,换成1.9版本,问题解决,晕..... 对hexo很是无语额!
找到一个[Git 1.9下载地址](http://download.csdn.net/download/w277608109/8299327)