I have installed gitorious using the CE Installer on CentOS 6.3. The webfrontend is working fine, however whenever try to access teh repository from my client (windows) I get the error message
$ git clone [email protected]:homer/bart.git Cloning into 'bart'... fatal: unrecognized command 'gitorious homer' fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. The same thing happens if I try to access my server directly via ssh $ ssh [email protected] fatal: unrecognized command 'gitorious homer' Connection to abgit.pass-consulting.com closed. I have checked, the command gitorious exists in ~/git/app/scripts and belongs to the user git. There is also a symbolic link fron /usr/local/bin to this command. The problems seens to be that usr git is using the git-shell and thus cannot find the script. When googling I found two workarounds, but both of them don't look good to me. One suggested workaround was to change the login shell of user git back to bash. The other one was to replace the command gitorious in the authorized_keys file with an absolute path. Which will not work when maintaining this file via the web frontend. Is there another way to solve this. . -- -- 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.
