On Aug 6, 12:59 am, jjb123 <[email protected]> wrote: > Hey everyone, > I'm having an incredibly difficult time getting bundle to work > properly on my production server. > Dumb question: is git installed (and is it a sufficiently recent version that it can work with https urls) ?
Fred > My production server setup: > Ubuntu 10.04 > Ruby 1.9.2p290 > Rails 3.0.4 > Passenger > rvm 1.6.32 > > My Gemfile (relevant parts): > gem 'linkedin', :git => "https://github.com/renatosnrg/linkedin.git" > > Whenever I try to do "bundle install" I get this error: > "https://github.com/renatosnrg/linkedin.git(at master) is not checked > out. Please run `bundle install`" > > "bundle install" works perfectly on my development machine. > > Does anyone have any ideas? I have no clue how to fix this. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

