Ryan Metcalf
2007-Jun-30 03:33 UTC
InvalidURIError: can not set user with registry or opaque
Hi, I''m attempting to install Rails through RubyGems on OS X 10.4.10, but whenever I use "sudo gem instsll rails --include-dependencies" it gives me this error: ERROR: While executing gem ... (URI::InvalidURIError) can not set user with registry or opaque Can anyone tell me what might be causing this error or how to fix it? Or if not, if there''s another way for me to get Rails and Mongrel? 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Daniel Cardenas
2008-Apr-23 19:32 UTC
Re: InvalidURIError: can not set user with registry or opaqu
Ryan Metcalf wrote:> Hi, > > I''m attempting to install Rails through RubyGems on OS X 10.4.10, but > whenever I use "sudo gem instsll rails --include-dependencies" it gives > me this error: > > ERROR: While executing gem ... (URI::InvalidURIError) > can not set user with registry or opaque > > > Can anyone tell me what might be causing this error or how to fix it? > Or if not, if there''s another way for me to get Rails and Mongrel? > Thanks.See: http://www.ruby-forum.com/topic/100265#new If you have a proxy setting like bogus.org:911 you need to change it to http://bogus.org:911 -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---