Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用此处找到的一些 Ruby 代码。
在代码中它有:
require 'net/http'
但是,当我在终端中写入时:
sudo gem install net/http
它给出了错误:
ERROR: Could not find a valid gem 'net/http' (>= 0) in any repository
有人可以告诉我如何安装这个宝石吗?
您无需安装任何东西即可使用net/http。它是您常规 ruby 分发的一部分。
net/http
只需运行脚本,它应该可以开箱即用。