-
-
Save ckrissun/df0b62d32b7b6c5b9f43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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