Hi, Try to check if GIT_PROXY_COMMAND is set and your proxy can accept internal address. Regards Simon Liu -----Original Message----- From: git-owner@xxxxxxxxxxxxxxx [mailto:git-owner@xxxxxxxxxxxxxxx] On Behalf Of Ren LingYan-E5949C Sent: Monday, December 08, 2008 2:28 PM To: git@xxxxxxxxxxxxxxx Subject: How to config git-daemon? Hello, I want to public my repository testproject, which can be accessed by git protocol. My steps are as below: On Server machine (for example 10.194.66.71) 1. Created testproject under /home/e5949c/repositories 2. Created a file "git-daemon-export-ok" under testproject/ .git directory. 3. Run command "git daemon --verbose --export-all" On test machine 1. Run command "git clone git://10.194.66.71/home/e5949c/repositories/testproject.git". Error as below : Initialized empty Git repository in /export/home/e5949c/repositories/test/testproject/.git/ fatal: The remote end hung up unexpectedly Can anyone help me on this error? What did I miss ? Your help will be highly appreciated ! Thanks, Emily -- 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 -- 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