Jason Roelofs wrote: > And the problem is? I mean, script/plugin install git... works exactly > as expected, if you have git installed and it works like it should. > > Please state what problem you're having instead of just blatantly > bashing something that works for 99% of the people who try to use it. > > Jason
Hi All, I have the same issue on MAC, git install always fail silently. Since I am new to ROR, this is very difficult for me to understand what happens (or not). Here are a few facts that might help to diagnose the issue, even if only 1% are concerned, this represents at least 2 people now ... :-/ script/about About your application's environment Ruby version 1.8.6 (universal-darwin9.0) RubyGems version 1.3.1 Rack version 1.0 bundled Rails version 2.3.2 Active Record version 2.3.2 Action Pack version 2.3.2 Active Resource version 2.3.2 Action Mailer version 2.3.2 Active Support version 2.3.2 Edge Rails revision unknown Application root /Users/me/Rails/project Environment development Database adapter sqlite3 Database schema version 20090419101050 MAC OS 10.5.6 macos:~$ sudo bash bash-3.2# gem install git Successfully installed git-1.0.5 1 gem installed Installing ri documentation for git-1.0.5... Installing RDoc documentation for git-1.0.5... bash-3.2# git bash: git: command not found So it seems that the git gem is ''successfully'' installed but the git command is not found. Did I do something wrong ? Well I am not even sure this is supposed to install a git command, but if I try to install a plugin in a ROR project, I have the following which results in nothing installed: macos:project$ script/plugin --verbose install git://github.com/activescaffold/active_scaffold.git -r rails-2.2 Plugins will be installed using http git init git pull --depth 1 git://github.com/activescaffold/active_scaffold.git rails-2.2 Any advice welcome, meanwhile I'll keep trying manual install of zip/tgz ... Olivier. -- 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 -~----------~----~----~----~------~----~------~--~---

