On Tuesday, January 7, 2014 6:51:34 PM UTC+2, idan harel wrote:
> Hey,
>
> I'm in a much needed help here. I'm trying to install gitorious for about a
> day now.
> I have run into serious problems but got around most of them. I have left
> with the next problem that puzzled me quite a bit.
>
> So I'm getting "Access denied or wrong repository path" when I try to clone
> my repo via SSH. I tracked down the problem to client.rb in lib/ssh/
>
> From there on I discovered that "myhost/test/testpub/config" should be
> showing the "real_path" (example:
> https://gitorious.org/linux-sunxi/linux-sunxi/config) so that
> configuration['real_path'] would get set.
> but when I tried to view this page on my machine I get Unauthorized message
> (401)
>
> after much digging (i'm not a ruby guy) I found out I need to include my
> username, so "myhost/test/testpub/config?username=idan" worked just fine.
>
> but now I'm stuck and I have no idea how to move forward from here. I hope
> any of you know what to do in this kind of situation..
>
> also - I did verify: all linux permissions (git:git), repositories are begin
> created from UI. everything looks right excepts this
>
> Could anybody point me to the right direction?
> Thank you!
Just adding that it fails in ssh/client.rb here:
def real_path
if !configuration["real_path"] || configuration["real_path"] == "nil"
raise AccessDeniedError
end
thats the error I'm getting and I have no idea what the state of
"configuration" is at that moment.
--
--
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.