git daemon --verbose --base-path=./ --export-all --enable=receive-pack
git clone git://<your-ip>/ <repo_name>
- Make sure git daemon's base path is the root of the git repo and use the trailing slash when cloning
- Add explicit permission by running "touch .git/git-daemon-export-ok"
- Double check ip addresses
- check your firewall permissions