Hi Howard, > Firstly, I would have a serious look at 'gitosis' for the server end > (there are other similar projects I believe). > > Secondly, the push command is wrong. You don't need to supply the > remote URL again... that's what 'origin' is telling the push command, > which remote to use. This would have been established by the original > clone. > > Also, again, be careful with 'empty' repositories. (again AFAIK) an > empty repository is just that, it doesn't even have a master branch so > you really need to check out a branch and commit something before > pushing makes much sense. I'm sure this is not 100% correct but you'll > be safe that way! Well, gitosis even made me more confused :P Let me reask: I'm running git deamon under supervisor with: /usr/lib/git-core/git-daemon --syslog --export-all --enable=receive-pack --verbose --base-path=/home/apache/gitprojects then i went to /home/apache/gitprojects and runned: git init git add . but for example, CGIT web interface says: -- Not a git repository: '/home/apache/gitprojects' generated by cgit at 2009-12-27 21:54:47 (GMT) -- what could i be missing here? I've been reading howto's i find on the web, but all lead me to the same point, what i did and non work.. (with me). Jorge, -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html