Hello,

I have installed Gitorious on a local server, and it mostly works well
(i.e. I can create new users and new projects). I believe I have also
uploaded the client SSH key correctly, and have setup the repository
with the correct user permissions ("git:git").

However, when I try to push a new repository to the server, on the
client side I am getting this message:
---------------------------------------------------
>git push origin master
fatal error
fatal: The remote end hung up unexpectedly
---------------------------------------------------

On the server site, I get this log entry in log/gitorious_auth.log:
---------------------------------------------------
I, [2008-12-16 10:22:53#9842]  INFO -- : Connection from "[my server
ip] 53527 22" (peter): git-receive-pack 'depot4/mainline.git'
---------------------------------------------------

This is the content of my local project's git config file:
---------------------------------------------------
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true

[remote "origin"]
        url = g...@[my server ip]:depot4/mainline.git
        fetch = +refs/heads/*:refs/remotes/origin/*

[branch "master"]
       remote = origin
       merge = refs/heads/master
---------------------------------------------------

I've been searching for a solution for days now. Any help or hints are
greatly appreciated.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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