Created
October 23, 2010 06:48
-
-
Save thbishop/641881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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