2009/12/20 Markus M. May <mmay at javafreedom.org>:
> I wanted to access the git-repository in a read-/write-manner. Is this right
> now not possible? Tried several ways, but to no avail.
You should be able to push to gitosis via SSH:
git at git.archserver.org:fluxbb.git
Don't forget the .git on the end... Your .git/config file should look
something like this:
[remote "origin"]
url = git at git.archserver.org:fluxbb.git
fetch = +refs/heads/*:refs/remotes/origin/*
I've still got debug mode turned on in gitosis, so send me back the
output if you still can't push to it :)
Cheers,
~p