I just got my gitorious instance (ce-installer) running and i can manage projects and repositories. However when I try to clone a repository from the server or push one to a remote repository I get this:
$ git clone [email protected]:spielwiese/baseapp.git Cloning into 'baseapp'... fatal: unrecognized command 'gitorious grafra' fatal: Could not read from remote repository. Gitorous is running on a Linux machine and I am wotking from my PC. gitorious is running as user git with homedir /var/www/gitorious The script gitorious exists and has execution rights and there is also a link from /usr/local/bin/gitorious to this script [root@abgit script]# ll ~git/app/script/gitorious -rwxr-xr-x 1 git git 3262 Mar 20 16:31 /var/www/gitorious/app/script/gitorious [root@abgit script]# ll /usr/local/bin/gitorious lrwxrwxrwx 1 root root 39 Feb 21 15:37 /usr/local/bin/gitorious -> /var/www/gitorious/app/script/gitorious The system is CentOS 6.3 What is going wrong? -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
