I have a new project starting up, and I was planning to use git as the version control mechanism to learn it a bit better. Since it's a two-person project, the fully-distributed model of pushing your changes to your public repository and asking the other guy to pull from it and vice versa is a bit overkill.
So, I'd prefer a single shared server approach, using git more like SVN on steroids. There's a nice publicly accessible server I could use. The problem is that the server setup instructions assume you're root and can add users or can enable DAV in Apache, neither of which applies in that case.
I can, however, setup CGI programs to be run on that server (and use htpassword for access control). Is it possible to set up git as a CGI program so that one can push as well as pull from it?
I know there are public hosting options, but as far as I know, private hosting is not free. Due to the nature of the project, I'd like to keep it under wraps until the end of the year or so (after that it can be published on the front page of a newspaper for all I care :)