On Thu, Jul 02, 2009 at 08:55:42AM -0500, Bill Purcell wrote: I started git-daemon with sudo -u git git-daemon --reuseaddr --verbose --base-path=/home/git/repositories/ --detach [08:26:38]william ~$ grep 9418 /etc/services git 9418/tcp # Git Version Control System [08:30:38]william /home/git$ ls total 8.0K drwxrwxrwx 2 git git 4.0K 2009-07-01 01:05 gitosis drwxrwxrwx 5 git git 4.0K 2009-07-01 22:00 repositories [08:30:39]william /home/git$ ls repositories/ total 12K drwxr-xr-x 8 git git 4.0K 2009-07-01 21:57 fedha.git drwxrwxrwx 8 git git 4.0K 2009-07-01 01:05 gitosis-admin.git drwxr-xr-x 8 git git 4.0K 2009-07-01 22:00 montco.git When I go to my local machine and try to clone I get this result ... [08:31:16]william /tmp$ git clone git://whpiv.net/montco.git Initialized empty Git repository in /tmp/montco/.git/ With no response. I have waited about five minutes and gave up. Any recommendations on how to approach this. How do I tell if git-daemon is working correctly? I have opened port 9418 on my router and firewall. So think I am reaching my server, I just don't know how to tell what git-daemon is telling git-clone or if they are even communicating at all. -- whp -- 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