Em 05-07-2011 18:00, Stefan Hoth escreveu:
> Hello,
>
> I'm trying to figure out why my ssh-pushes from the same machine
> aren't working...
>
Is your Gitorious client host configuration set to 'localhost'?
No, that is correct. I was guessing that if it was another name that could not be resolved by the Gitorious server itself, this could be a problem.
Try to log the query_url to some file so that you can try to see the full output using gitorious_client_host:gitorious_client_port/query_url.
I see you're using Debian, so I may suggest you one of these recipes for installing Gitorious with automated steps using Opscode Chef. The former will install faster. The another one will use REE (Ruby Enterprise Edition) and RVM:
https://github.com/rosenfeld/gitorious-cookbooks (be aware that you should remove the URLs for Gitorious repository and branch from the example configuration to use the mainline one)
http://rosenfeld.heroku.com/en/articles/2011-03-06-installing-gitorious-has-never-been-so-easy - but try to use this another repository as I don't maintain this recipe anymore:
https://github.com/fnichol/chef-gitorious
Em 06-07-2011 07:21, Stefan Hoth escreveu:
> Hi,
>
> I finally got my setup working with your help. Thanks for the hints.
> ...