AdamLantos / redmine_http_auth

HTTP Authentication plugin for redmine
MIT License
37 stars 47 forks source link

Cannot install plugin: "fatal: Couldn't find remote ref HEAD" #3

Closed rlorenzo closed 14 years ago

rlorenzo commented 14 years ago

I am setting up a new install of redmine. I checked out the latest version from the trunk via

sudo svn co http://redmine.rubyforge.org/svn/trunk redmine

I am running Rails 2.3.5 and git 1.5.5.6 on CentOS 5.5.

Here is the command I am trying to run to install the plugin and the error I am getting:

[webapp@server /opt/redmine]$ ruby script/plugin install http://github.com/AdamLantos/redmine_http_auth.git
Initialized empty Git repository in .git/
warning: Option "depth" is ignored for http://github.com/AdamLantos/redmine_http_auth.git

fatal: Couldn't find remote ref HEAD

What am I doing wrong? How do I install the plugin manually?

AdamLantos commented 14 years ago

Hi,

that should just work... Could you please try again, maybe there was some glitch in the github service. Alternatively, you could use either of the followings in the vendor/plugins directory:

git clone http://github.com/AdamLantos/redmine_http_auth.git
git clone git://github.com/AdamLantos/redmine_http_auth.git