技术笔记
aliyun使用记录
1.在阿里云的Centos上搭建hexo环境还是很不错的,借助阿里云的镜像,安装速度很快。2.初次部署环境,hexo d -g 报错 找不到git命令
1.在阿里云的Centos上搭建hexo环境还是很不错的,借助阿里云的镜像,安装速度很快。
2.初次部署环境,hexo d -g 报错 找不到git命令
hexo generate and hexo deploy
执行完以后,如果报错 Error: Deployer not found : github,则执行如下命令:
npm install hexo-deployer-git –save