会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李一娜
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2016年11月8日
微信小程序联盟
摘要: http://www.wxapp-union.com
阅读全文
posted @ 2016-11-08 20:02 李一娜
阅读(131)
评论(0)
推荐(0)
2016年10月31日
node本地服务启动报Error: listen EADDRINUSE
摘要: 在启动一个本地静态服务的时候报了这个错误?如何解决?events.js:85 throw er; // Unhandled 'error' event ^Error: listen EADDRINUSE at exports._errno...
阅读全文
posted @ 2016-10-31 22:43 李一娜
阅读(180)
评论(0)
推荐(0)
2016年10月28日
如何创建.gitignore文件,忽略git不必要提交的文件
摘要: 1、在需要创建 .gitignore 文件的文件夹, 右键选择Git Bash 进入命令行,进入项目所在目录。2、输入 touch .gitignore ,生成“.gitignore”文件。3、在”.gitignore” 文件里输入你要忽略的文件夹及其文件就可以了。(注意格式)我...
阅读全文
posted @ 2016-10-28 11:01 李一娜
阅读(133)
评论(0)
推荐(0)
2016年10月27日
hexo+github(windows版+http版),搭建Hexo博客并部署到Github
摘要: 工具/原料 • Windows(Mac也是差不多,可参照) • Git • Node.js安装Hexo1、利用 npm 命令即可安装。在任意位置点击鼠标右键,选择Git Bash。2、输入命令: npm install -g hexo 注意:-g是指全局安装he...
阅读全文
posted @ 2016-10-27 09:42 李一娜
阅读(255)
评论(0)
推荐(0)
mac下git需忽略的文件处理办法(mac)
摘要: 在.git同级目录下新建.gitignore文件,将要忽略的文件写进去即可。忽略前后:
阅读全文
posted @ 2016-10-27 01:31 李一娜
阅读(445)
评论(0)
推荐(0)
ssh是否连接成功
摘要: ssh -T git@github.com输出 You’ve successfully authenticated 表示添加key 成功,
阅读全文
posted @ 2016-10-27 00:27 李一娜
阅读(486)
评论(0)
推荐(0)
hexo d后 ERROR Deployer not found: git
摘要: $ hexo d ERROR Deployer not found: git npm install hexo-deployer-git –save 即可。
阅读全文
posted @ 2016-10-27 00:22 李一娜
阅读(626)
评论(0)
推荐(0)
osx系统git下载地址
摘要: osx系统git下载地址: https://sourceforge.net/projects/git-osx-installer/files/?source=navbar
阅读全文
posted @ 2016-10-27 00:19 李一娜
阅读(157)
评论(0)
推荐(0)
2016年10月26日
hexo+github(windows版+ssh版),搭建Hexo博客并部署到Github
摘要: ssh优点:http部署时每次要输入github用户名密码,ssh不需要。 首先走完http版:http://blog.csdn.net/weixin_36401046/article/details/52942683设置SSH keys1、在Git Bash输入以下指令(任意位置...
阅读全文
posted @ 2016-10-26 18:41 李一娜
阅读(295)
评论(0)
推荐(0)
问题2:有关使用 Hexo 和 GitHub 搭建博客,出现 hexo -d 报错如何解决?(windows下)
摘要: 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 李一娜
阅读(840)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告