Hello,

I am setting up Gitorious for out internal source repository, I've had
some issues that so far I've been able to resolve but this one seems
to be a difficult one. It seems that I am unable to push to a project.

I have the project created (gitorious-configuration) and I've verified
that the directory and files exists and are owned by the user git:

[r...@proteus mainline.git]# ls -la
total 32
drwxr-x--- 5 git git 4096 2005-06-14 17:14 .
drwxr-x--- 3 git git 4096 2005-06-14 17:14 ..
-rw-r--r-- 1 git git   66 2005-06-14 17:14 config
-rw-r--r-- 1 git git    9 2005-06-14 17:14 description
-rw-r--r-- 1 git git    0 2005-06-14 17:14 git-daemon-export-ok
-rw-r--r-- 1 git git   23 2005-06-14 17:14 HEAD
lrwxrwxrwx 1 git git   12 2005-06-14 17:14 hooks -> ../../.hooks
drwxr-xr-x 2 git git 4096 2005-06-14 17:14 info
drwxr-xr-x 4 git git 4096 2005-06-14 17:14 objects
drwxr-xr-x 4 git git 4096 2005-06-14 17:14 refs

I have git-deamon running (not in deamon mode for debugging purpouses)

[...@proteus Gitorious]$ RAILS_ENV=production script/git-daemon
2005-06-14 17:27:04 [22654] Listening on 0.0.0.0:9418...
Invalid request from 172.24.3.200: \q

I did set up the remote repo:

git remote add origin [email protected]:gitorious-configuration/
mainline.git

but when I try a push I get:

robertos-mac-pro:gitorious roberto$ git push origin master
fatal error
fatal: The remote end hung up unexpectedly
robertos-mac-pro:gitorious roberto$

curious thing is that I don't see the connection to the git-daemon but
the daemon is listening:

robertos-mac-pro:gitorious roberto$ telnet 172.24.89.110 9418
Trying 172.24.89.110...
Connected to 172.24.89.110.
Escape character is '^]'.
\q
Connection closed by foreign host.

Can someone point me in the right direction as to how to troubleshoot/
fix this issue?

Thank you very much.

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