GitHub API docs says:
Git DB API functions will return a 409 if the git repo for a Repository is empty or unavailable.
My POST on $repo/git/trees returns 409 indeed.
How do I create initial commit in the repository then? Do I have to force user to commit some useless junk manually, just for the sake of creating root commit?
git commityourself. – SLaks Mar 12 '12 at 16:11