Skip to content

Instantly share code, notes, and snippets.

@ckrissun
Forked from realzsy/gist:5378317
Last active August 29, 2015 14:06
Show Gist options
  • Save ckrissun/df0b62d32b7b6c5b9f43 to your computer and use it in GitHub Desktop.
Save ckrissun/df0b62d32b7b6c5b9f43 to your computer and use it in GitHub Desktop.
gem sources --remove http://rubygems.org/ #删除源
gem sources -a http://ruby.taobao.org/ #添加淘宝源
gem sources -l #查看已有的源,确保只有淘宝的源就行了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment