Chinaunix首页 | 论坛 | 博客
  • 博客访问: 686279
  • 博文数量: 111
  • 博客积分: 2109
  • 博客等级: 上尉
  • 技术积分: 1124
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-25 12:11
个人简介

通信码农,Emacs爱好者,业余IOS程序员,更业余的PM

文章分类

全部博文(111)

文章存档

2018年(2)

2016年(2)

2015年(2)

2014年(13)

2013年(21)

2012年(71)

分类: 其他平台

2013-03-25 20:38:45

http://equation85.github.com/blog/blog-with-github-and-jekyll/

参照这篇Bolg,配置遇到问题记录:

1. 首先安装rubygem



我连ruby都没装,因为我是centos系统, sudo yum install ruby,之后按照说明安装总是报
RDoc is not installed: no such file to load -- rdoc/rdoc

搜了一下,应该是还有其他的包没有安装,因此最好Install 的时候

sudo yum install ruby irb rdoc

然后安装rubygem,安装完毕,升级一下

$ gem install rubygems-update  # again, might need to be admin/root
$ update_rubygems              # ... here too

2. 在rh系系统中安装jekyll

http://www.cnblogs.com/TheGrandDesign/articles/2573282.html

3. 对于没怎么接触过Github的童鞋,可以参考这篇文章



4.//------------------------------常见错误-----------------------------------

1.$ git remote add origin git@github.com:WadeLeng/hello-world.git

 错误提示:fatal: remote origin already exists.

 解决办法:$ git remote rm origin

 然后在执行:$ git remote add origin git@github.com:WadeLeng/hello-world.git 就不会报错误了

阅读(1680) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~