git daemon

if you want to set up a git sever ,which let you clone the source code without password


you need install git-daemon.


after doing that , run


git daemon --reuseaddr --export-all --verbose --base-path=${git-repo}

你可能感兴趣的:(git daemon)