Skip to content

Instantly share code, notes, and snippets.

@physacco
Created May 2, 2013 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save physacco/5499831 to your computer and use it in GitHub Desktop.
Save physacco/5499831 to your computer and use it in GitHub Desktop.
Add http://ruby.taobao.org/ to gem sources.
$ gem sources
*** CURRENT SOURCES ***
http://rubygems.org/
http://gems.github.com/
$ gem sources --remove http://rubygems.org/
http://rubygems.org/ removed from sources
$ gem sources --add http://ruby.taobao.org/
http://ruby.taobao.org/ added to sources
$ gem sources
*** CURRENT SOURCES ***
http://gems.github.com/
http://ruby.taobao.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment