I have installed Gitorious on a Debian Squeeze machine using a few chef-solo cookbooks <https://github.com/rosenfeld/gitorious-cookbooks>. Everything is working perfectly, except for cloning or pushing repositories. I can't get my head around this one, maybe someone can help me.
When trying to clone: git clone git @ gitorious.mytest.com:example/example.git fatal: 'example/example.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly When i try to clone using GIT: git clone git://gitorious.mytest.com/example/example.git It clones OK, but when pushing: fatal: protocol error: expected sha/ref, got ' ---------------------------------------------- The git:// url is read-only. Please see https://gitorious.mytest.com/example/example for the push url, if you're a committer. ----------------------------------------------' -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
