I also encountered the problem above, and finally found the answer. Taobao’s gem source is no longer maintained. See the following link for the solution: http://www.oschina.net/news/71749/taobao-gems-ruby-china
Regarding the problem of switching gem sources, I tried it after seeing the above reply and found it useful, but it didn’t go into too much detail. Here I will tell you my solution. I hope it can help people who see this post.
See RubyGems mirror
http://ruby.taobao.org/
=>https://ruby.taobao.org/
Need to change http to https
The same thing doesn’t work, there is a problem
I have been encountering problems and can’t get over it~
I also encountered the problem above, and finally found the answer. Taobao’s gem source is no longer maintained. See the following link for the solution:
http://www.oschina.net/news/71749/taobao-gems-ruby-china
When using multiple gem sources, you can consider using gsm-sources-manager for management switching.
Regarding the problem of switching gem sources, I tried it after seeing the above reply and found it useful, but it didn’t go into too much detail. Here I will tell you my solution. I hope it can help people who see this post.