我正试着按照下面的说明安装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
在这一点上,我已经遵循了所有可以想象到的指令,而且我似乎找不到其他收到这个错误的人。任何想法都将不胜感激。谢谢,
戴夫莫里斯
最佳答案
确保以git用户的身份运行该命令,并确保git用户拥有/home/git目录。
你在运行git clone git@yourserver:gitosis-admin.git吗?
听起来好像不是这样的。
关于python - 在Fedora Core上安装Gitosis时出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2105390/