摘要: 有时候我们需要安装ruby插件的时候,会报如下错误:ERROR: Could not find a valid gem 'rdiscount' (>= 0), here is why: Unable to download data from https://rubygems.o... 阅读全文
posted @ 2014-11-17 16:19 破男孩 阅读(1301) 评论(0) 推荐(0)
摘要: 创建分支: git branch branchName切换分支:git checkout branchName创建并切换分支: git checkout -b branchName查看本地分支: git branch删除本地(合并)分支: git branch -d branchName删除本地... 阅读全文
posted @ 2014-11-17 15:46 破男孩 阅读(236) 评论(0) 推荐(0)