I am trying to set up an internal git server using my OS X desktop (mostly as a test case). Everything works when SSH keys are involved, but I am currently trying to use git-daemon for read-only cloni
I am running git daemon with the following command. c:\\cygwin\\bin\\git daemon --reuseaddr --base-path=/cygdrive/S --export-all --verbose --enable=receive-pack
I set up .git in a directory on my local machine. I then run: mkdir a cd a git init git daemon When I attempt to clone the repository in a, I get the following error: