You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gito...@googlegroups.com
Graziano Aliberti writes:
> Hi everyone,
>
> I've installed a local gitorious instance without problems except that I
> can't clone over https and over git.
>
> When I write :
>
> git clone git://gitorious.eng.it/example/example.git example
>
> I receive
>
> Cloning into 'example'...
> fatal: protocol error: expected sha/ref, got '
> ----------------------------------------------
> Unable to access repository /example/example.git
> ----------------------------------------------'
Graziano,
Looks like you need to set up either mod_xsendfile (Apache) or
X-Accel-Redirect (Nginx) to have your frontend web server deliver the
Git objects over HTTP for you.
There's some information about this on the wiki (this assumes you're
using Apache):