This project is archived and is in readonly mode.
Plugin install from Github should fail with a message if Git is not installed
Reported by Matt Ryall | March 5th, 2011 @ 06:14 AM
Working on a new machine, I didn't have git installed when I was trying to install a rails plugin. Unfortunately, the plugin installation fails silently with no indication of what is happening:
$ r plugin install git://github.com/toland/app_version.git
$
It would be great if this failed with a meaningful message instead. Even just 'git is not installed' would do it.
Several other people have also had the same problem:
Comments and changes to this ticket
-
Eian Counts March 8th, 2011 @ 04:45 AM
For what it is worth, attached a patch that checks (also looks for svn).
Also created a pull request at https://github.com/rails/rails/pull/208.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>