我正在尝试按照这些说明安装gitosis:
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
和这些:
http://www.webtop.com.au/installing-git-and-gitosis-on-fedora-10
在我需要从我正在设置的服务器克隆gitosis-admin.git存储库时,我收到此错误:
ERROR:gitosis.app:Unable to read config file: [Errno 13] Permission denied: '/home/git/.gitosis.conf'
fatal: The remote end hung up unexpectedly
我已经遵循了此时可以想到的每一组指令,而且我似乎无法找到任何收到此错误的人。任何想法将不胜感激。谢谢,
戴夫莫里斯答案 0 :(得分:0)
确保您以git用户身份运行该命令,并确保git用户拥有/ home / git目录。
您是否正在运行 git clone git @yourserver:gitosis-admin.git ?
听起来其中一件事并非如此。