设为首页 加入收藏

TOP

Cannot set HTTP gem source: “source https://rubygems.org not present in cache”
2019-08-15 00:10:33 】 浏览:224
Tags:Cannot set HTTP gem source: source https://rubygems.org not present cache

My ruby version in Windows 10:

> ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [i386-mingw32]

When I list gem system sources I see both, HTTPS and HTTP sources:

> gem sources --list
*** CURRENT SOURCES ***

https://rubygems.org/
http://rubygems.org

Now I would like to leave only the HTTP source:

> gem sources --remove https://rubygems.org
source https://rubygems.org not present in cache

> gem sources --add http://rubygems.org
https://rubygems.org is recommended for security over http://rubygems.org

Do you want to add this insecure source? [yn]  y
source http://rubygems.org already present in the cache

Please help me to understand how to get the things done. They must be done.

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Ruby知识总结-一般变量+操作符+if.. 下一篇python读取和写入csv文件

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目