Setting up new git installations.
On one Windows laptop, I\'m running (under cygwin):
git daemon --base-path=/cygdrive/c/work/proj/
i had this same issue, but for a different reason. if Ted's answer doesn't work for you, try adding "--enable=receive-pack" to your git-daemon options. this did the trick for me.