At git public repository server, I started git-daemon sudo git-daemon git-daemon -verbose --inetd --export-all --base-path=/pub/git & grep 9418 /etc/services git 9418/tcp # Git Version Control System At my private machine: git pull git://svdcgit01.amcc.com/pub/git/u-boot.git fatal: The remote end hung up unexpectedly At the git public repository server, I got: '/pub/git/u-boot.git': not in whitelist ls /pub/git/u-boot.git branches/ config description HEAD hooks/ info/ objects/ refs/ What I did wrong? Please help. -- 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