Hi Johannes,

> I'm trying to successfully invoke /usr/local/bin/gitorious by means of
> ssh on the 'next' branch.
>
> I'm getting a "Access denied or wrong repository path".
>
> It appears that the exception is raised in
> lib/gitorious/ssh/client.rb, method real_path, because
> configuration["real_path"] is not set. I cannot find any place where
> that value is supposed to be set. What am I missing?

It likely means your server is unreachable. You need to configure the
client_{host,port} so that the server can reach the web application. If
these are set to localhost:80, then your front-end web server must have
a virtual host that serves the app with that hostname.

In the SSH client, "configuration" refers to the repository
configuration it gets from the web application. To manually inspect:

curl http://gitorious.org/gitorious/mainline/config

Christian

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to