摘要: http://www.wxapp-union.com 阅读全文
posted @ 2016-11-08 20:02 李一娜 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 在启动一个本地静态服务的时候报了这个错误?如何解决?events.js:85 throw er; // Unhandled 'error' event ^Error: listen EADDRINUSE at exports._errno... 阅读全文
posted @ 2016-10-31 22:43 李一娜 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1、在需要创建 .gitignore 文件的文件夹, 右键选择Git Bash 进入命令行,进入项目所在目录。2、输入 touch .gitignore ,生成“.gitignore”文件。3、在”.gitignore” 文件里输入你要忽略的文件夹及其文件就可以了。(注意格式)我... 阅读全文
posted @ 2016-10-28 11:01 李一娜 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 工具/原料 • Windows(Mac也是差不多,可参照) • Git • Node.js安装Hexo1、利用 npm 命令即可安装。在任意位置点击鼠标右键,选择Git Bash。2、输入命令: npm install -g hexo 注意:-g是指全局安装he... 阅读全文
posted @ 2016-10-27 09:42 李一娜 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 在.git同级目录下新建.gitignore文件,将要忽略的文件写进去即可。忽略前后: 阅读全文
posted @ 2016-10-27 01:31 李一娜 阅读(439) 评论(0) 推荐(0) 编辑
摘要: ssh -T git@github.com输出 You’ve successfully authenticated 表示添加key 成功, 阅读全文
posted @ 2016-10-27 00:27 李一娜 阅读(475) 评论(0) 推荐(0) 编辑
摘要: $ hexo d ERROR Deployer not found: git npm install hexo-deployer-git –save 即可。 阅读全文
posted @ 2016-10-27 00:22 李一娜 阅读(612) 评论(0) 推荐(0) 编辑
摘要: osx系统git下载地址: https://sourceforge.net/projects/git-osx-installer/files/?source=navbar 阅读全文
posted @ 2016-10-27 00:19 李一娜 阅读(147) 评论(0) 推荐(0) 编辑
摘要: ssh优点:http部署时每次要输入github用户名密码,ssh不需要。 首先走完http版:http://blog.csdn.net/weixin_36401046/article/details/52942683设置SSH keys1、在Git Bash输入以下指令(任意位置... 阅读全文
posted @ 2016-10-26 18:41 李一娜 阅读(276) 评论(0) 推荐(0) 编辑
摘要: bash: /dev/tty: No such device or addresserror: failed to execute prompt script (exit code 1)fatal: could not read Username for 'https://gith... 阅读全文
posted @ 2016-10-26 17:55 李一娜 阅读(777) 评论(0) 推荐(0) 编辑