Hi all,

I'm trying to get Gitorious running locally, but keep running into
some issues that I can't seem to track down. Here's where I am:

- Gitorious is up and running using host headers on Apache 2.2.8 with
mod_rails on Ubuntu
- I can create users, accept ssh keys, and create repos (stored in /
users/git/repositories)
- I'm manually running the task_performer job (for now) as the git
user, but it works
- I'm running the git-daemon script as the git user, and I've put a
symlink in /bin

The issue is when I try to push:

 git push git@<host>:test-project/mainline.git

I get:

 access denied or bad repository path
 fatal: The remote end hung up unexpectedly

checking auth.log shows that my key is accepted and valid, but that's
as far as it gets. If I debug the gitorious script, I see:

 git-receive-pack 'test-project/mainline.git'

I've set up everything in gitorious.yml correctly, afaik, including
the absolute path to the repo. Git u&g owns both the repository folder
and the gitorious www folder.

I'm sure I'm missing something simple, but can't seem to figure it
out. Any hints would be appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to