more info: I changed my origin from git:// to git@ since I've read in
a couple of places and was told in the IRC channel that git:// can't
be used for push.

So I did a :

robertos-mac-pro:gitorious roberto$ git push [email protected]:/
repositories/gitorious-configuration/mainline.git
Access denied or bad command
fatal: The remote end hung up unexpectedly
robertos-mac-pro:gitorious roberto$

gitorious_auth.log shows:

I, [2009-01-13 14:10:09#25248]  INFO -- : Connection from
"172.24.3.200 52542 22" (Roberto): git-receive-pack '/repositories/
gitorious-configuration/mainline.git'



On Jan 13, 11:14 am, Telmo <[email protected]> wrote:
> other info that may be important:
>
> robertos-mac-pro: roberto$ ssh [email protected]
> PTY allocation request failed on channel 0
> Need SSH_ORIGINAL_COMMAND
>                          Connection to 172.24.89.110 closed.
> robertos-mac-pro: roberto$
>
> I believe this is the correct behavior when the authorized_keys are
> working.
>
> robertos-mac-pro:gitorious roberto$ cat .git/config
> [core]
>         repositoryformatversion = 0
>         filemode = true
>         bare = false
>         logallrefupdates = true
>         ignorecase = true
> [remote "origin"]
>         url = [email protected]:gitorious-configuration/mainline.git
>         fetch = +refs/heads/*:refs/remotes/origin/*
> robertos-mac-pro:gitorious roberto$
>
> On Jan 13, 10:48 am, Telmo <[email protected]> wrote:
>
> > 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