Skip to content

Instantly share code, notes, and snippets.

@thbishop
Created October 23, 2010 06:48
Show Gist options
  • Select an option

  • Save thbishop/641881 to your computer and use it in GitHub Desktop.

Select an option

Save thbishop/641881 to your computer and use it in GitHub Desktop.
debian01:/usr/lib/ruby/1.8/chef# gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
debian01:/usr/lib/ruby/1.8/chef# gem install httpclient
ERROR: could not find gem httpclient locally or in a repository
debian01:/usr/lib/ruby/1.8/chef# gem install httpclient
debian01:/usr/lib/ruby/1.8/chef# gem search -r httpclient
*** REMOTE GEMS ***
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Found 302 (http://gems.rubyforge.org/latest_specs.4.8)
debian01:/usr/lib/ruby/1.8/chef# gem sources --add http://rubygems.org
Error fetching http://rubygems.org:
bad response Found 302 (http://rubygems.org/specs.4.8)
debian01:/usr/lib/ruby/1.8/chef# gem -v
1.2.0
debian01:/usr/lib/ruby/1.8/chef#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment