gem sources --remove http://rubygems.org/gem sources -a http://ruby.taobao.org/gem sources -l
进入Git Bash cmd,执行如下命令安装bundler
1
gem install bundler
安装Octopress 下载Octopress源代码
123
git clone git://github.com/imathis/octopress.git octopress
cd octopress # If you use RVM, You'll be asked if you trust the .rvmrc file (say yes).
ruby --version # Should report Ruby 1.9.2
安装依赖模块
12345
cd octopress
vi GemFile
将行 : source "http://rubygems.org/"改为 : source "http://ruby.taobao.org/"$ bundle install