Hey folks, Sorry if this is in the wrong forum, but I need help installing RVM on my Mac (10.7.2). Every set of instructions I''ve found online for getting started with Ruby on Rails begins with running the following command in my terminal: bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) (from http://beginrescueend.com/rvm/install/) Every time I try to run this command, I''m greeted with the same seemingly git-related error: M patches/ruby/fix-irb-completion.diff Successfully checked out branch '''' Cannot pull with rebase: You have unstaged changes. Please commit or stash them. ERROR: Failed pull/rebase origin I have VERY limited knowledge of how git works, but I do know that I don''t use it at all on my machine, and I shouldn''t have any "unstaged changes". If anyone can help me overcome this problem and install RVM, I''d be very grateful, as I''d like to start experimenting with and learning about Ruby on Rails. -- 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.
On 3/12/11 03:05, "Borislav P." <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: [...]> I have VERY limited knowledge of how git works, but I do know that I > don''t use it at all on my machine, and I shouldn''t have any "unstaged > changes". > > If anyone can help me overcome this problem and install RVM, I''d be very > grateful, as I''d like to start experimenting with and learning about > Ruby on Rails.You could try pulling it from git itself: <https://github.com/wayneeseguin/rvm> When you say that you don''t use git at all, is it installed on your machine (I''m on Snow Leopard & installed it myself so I don''t know about Lion)? Cheers, Phil... -- Nothing to see here... move along, move along -- 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.
Phil Dobbin wrote in post #1034843:> On 3/12/11 03:05, "Borislav P." <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > [...] > >> I have VERY limited knowledge of how git works, but I do know that I >> don''t use it at all on my machine, and I shouldn''t have any "unstaged >> changes". >> >> If anyone can help me overcome this problem and install RVM, I''d be very >> grateful, as I''d like to start experimenting with and learning about >> Ruby on Rails. > > You could try pulling it from git itself: > > <https://github.com/wayneeseguin/rvm> > > When you say that you don''t use git at all, is it installed on your > machine > (I''m on Snow Leopard & installed it myself so I don''t know about Lion)? > > Cheers, > > Phil... > > -- > Nothing to see here... move along, move alongHey Phil, Thanks for the response. Git is indeed installed on my machine (it may even be redundantly installed more than once, if that is possible, once with Lion and once with Macports). Do you have any idea what the problem is with this "patches/ruby/fix-irb-completion.diff"? -- 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.
On 6/12/11 22:32, "Borislav P." <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Thanks for the response. Git is indeed installed on my machine (it may > even be redundantly installed more than once, if that is possible, once > with Lion and once with Macports). Do you have any idea what the > problem is with this "patches/ruby/fix-irb-completion.diff"?This one? <https://github.com/wayneeseguin/rvm/blob/master/patches/ruby/fix-irb-comple tion.diff> You''re probably better off asking on the rvm forum or Wayne himself at IRC details of which can be found at the rvm homepage. Cheers, Phil... -- Nothing to see here... move along, move along -- 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.