Hi Tom,
I registered the 'sql' (SQL Parser for Ruby) project the other day and tried pushing the code to the Git repo
(http://rubyforge.org/scm/?group_id=9976), but something seems to be broken:
$ git remote add origin gitosis@rubyforge.org:sql.git
$ git push origin master:refs/heads/master
ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly
AFAICT, this is *not* a problem with my SSH key, or anything else on my end, since I've verified that I'm able to push
code just fine to the Git repos of my other projects here on RubyForge.
Could it perhaps be that whatever post-registration Git initialization that was supposed to happen, didn't happen? (I
remember that it has sometimes previously taken some time after registration before I've been able to push to a new
project's Git repo, but never quite this long.)
Thanks in advance for any light you could shed on this...
|