这就是我正在做的
sudo gem install rails
ERROR: While executing gem ... (Zlib::GzipFile::Error)
unexpected end of file
alex@ubuntu:~/Documents/$ sudo gem fetch -V rails
GET http://rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
ERROR: While executing gem ... (Zlib::GzipFile::Error)
unexpected end of file
我对此进行了谷歌搜索,但没有发现任何有价值的东西。我什至安装了
sudo apt-get install libzlib-ruby
我能够以这种方式安装 rake
gem install rake
奇怪的是,如果我说只是gem install rails
那么什么都不会发生。
gem sources
*** CURRENT SOURCES ***
https://rubygems.org/
我该如何解决?