Josh White wrote: > I have a plugin I need to install on my bluehost rails app. Using > > ./script/plugin install git://github.com/ambethia/recaptcha.git > > My command line is giving me no response. It doesn't seem to try or > even fail, just the next line in bash show us as though nothing was > requested. I just assume bluehost doesn't allow for grabbing git urls, > and I don't want to install local gems.
It's not a question of local gems. You need to have a Git client installed to pull from Git repositories. Do you? (If you're not sure, type "which git" and see if you get an answer.) If not, install the git-core package (how you do this varies depending on your distro). Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [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 -~----------~----~----~----~------~----~------~--~---

