I'm trying to follow these instructions on installing gitosis:
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
and these:
http://www.webtop.com.au/installing-git-and-gitosis-on-fedora-10
And at the point where I need to clone the gitosis-admin.git repository from the server I'm setting up, I am receiving this error:
ERROR:gitosis.app:Unable to read config file: [Errno 13] Permission denied: '/home/git/.gitosis.conf'
fatal: The remote end hung up unexpectedly
I have followed every set开发者_运维知识库 of instructions imaginable at this point, and I can't seem to find anyone else who has received this error. Any ideas would be greatly appreciated. Thanks,
Dave Morris
Make sure you're running that command as the git user, and make sure that the git user owns the /home/git directory.
Are you running git clone git@yourserver:gitosis-admin.git ?
It sounds like one of those things is not the case.
精彩评论