开发者

where is the RubyGems remote server

开发者 https://www.devze.com 2022-12-13 20:47 出处:网络
Actually, not a question but the answer to something I was about to ask because I was only looking at documentation (my mistake) on docs.rubygems.org & google. I found the answer looking at the ge

Actually, not a question but the answer to something I was about to ask because I was only looking at documentation (my mistake) on docs.rubygems.org & google. I found the answer looking at the gem commands. The question was:

Where is the remote server that RubyGems uses?

Answer - run the command:

gem sources -- gives t开发者_开发技巧he info and allows you to add/remove remote sources. Also running

gem environment -- will produce more information.


Answer - run the command:

gem sources -- gives the info and allows you to add/remove remote sources. Also running

gem environment -- will produce more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消