From: "Tyler Z." Date: 2013-06-13T05:05:38+09:00 Subject: Error trying to download Ruby Gems on Windows I'm trying to download gems and every time I do I get this error: C:\Ruby187\rubygems-1.2.0>gem install rake ERROR: could not find gem rake locally or in a repository I have been messing with it for two days now trying to find a solution and I can't. Can anyone help? here is my gem env RubyGems Environment: - RUBYGEMS VERSION: 1.2.0 - RUBY VERSION: 1.8.7 (2008-08-11 patchlevel 72) [i386-mswin32] - INSTALLATION DIRECTORY: C:/Ruby187/lib/ruby/gems/1.8 - RUBY EXECUTABLE: C:/Ruby187/bin/ruby.exe - EXECUTABLE DIRECTORY: C:/Ruby187/bin - RUBYGEMS PLATFORMS: - ruby - x86-mswin32-60 - GEM PATHS: - C:/Ruby187/lib/ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ -- Posted via http://www.ruby-forum.com/.