I have install gitorious localy to
git.letinet.ru
And when i push files to the server i have this error:
nahy@nahy-laptop:~/test$ git push g...@git.letinet.ru:nahoo/test.git
master
Access denied or bad repository path
fatal: The remote end hung up unexpectedly
My ./config/gitorious.yml
repository_base_path: "/home/git/rep/"
gitorious_client_port: 80
gitorious_client_host: localhost
gitorious_host:
git.letinet.ru
I successfully added my ssh key through web-interface and ./script/
poller put them to authorized_keys ...
So.. what the problem?