I''m a new ruby on rails user and was just going through the tutorial at: http://guides.rubyonrails.org/getting_started.html All was going ok until I got to section 3.3 Installing the Required Gems at that point, the tutorial instructs you to run bundle install, which I did. Then I got this message: Fetching source index for http://rubygems.org/ We trust you have recieved the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. Enter your password to install the bundled RubyGems to your system: What is up with the password? What do I have to become a member of to run the software? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I don''t know what is wrong with your installation .But ,no you don''t have to be a member to run the command. On Oct 14, 4:54 am, sketchdude <sketchd...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m a new ruby n rails user and was just going through the tutorial > at: > > http://guides.rubyonrails.org/getting_started.html > > All was going ok until I got to section 3.3 Installing the Required > Gems > > at that point, the tutorial instructs you to run bundle install, which > I did. Then I got this message: > > Fetching source index forhttp://rubygems.org/ > > We trust you have recieved the usual lecture from the local System > Administrator. It usually boils down to these three things: > > #1) Respect the privacy of others. > #2) Think before you type. > #3) With great power comes great responsibility. > > Enter your password to install the bundled RubyGems to your system: > > What is up with the password? What do I have to become a member of to > run the software?-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, i think that bundler tries to install the gems globally for all users on your machine. It means into your system''s gem repository. So you need to input the root password or your password if you''re in the admin group to allow write access. If you want to install gems in your home dir have a look at this site [0]. Or make your life easy and use RVM[1]. Max. [0] http://gembundler.com/ [1] http://rvm.beginrescueend.com/ Am 14.10.2010 01:54, schrieb sketchdude:> I''m a new ruby on rails user and was just going through the tutorial > at: > > http://guides.rubyonrails.org/getting_started.html > > All was going ok until I got to section 3.3 Installing the Required > Gems > > at that point, the tutorial instructs you to run bundle install, which > I did. Then I got this message: > > Fetching source index for http://rubygems.org/ > > We trust you have recieved the usual lecture from the local System > Administrator. It usually boils down to these three things: > > #1) Respect the privacy of others. > #2) Think before you type. > #3) With great power comes great responsibility. > > Enter your password to install the bundled RubyGems to your system: > > What is up with the password? What do I have to become a member of to > run the software? > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, Maksim Gudovsikov is right. You can go through that option. Or simply first login as root user at your terminal and than try to run bundle install. Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.