2

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

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

4

1 に答える 1

0

そのコマンドをgitユーザーとして実行していることを確認し、gitユーザーが/ home/gitディレクトリを所有していることを確認してください。

git clone git @ yourserver:gitosis-admin.gitを実行していますか?

それらの1つはそうではないように聞こえます。

于 2010-01-20T22:13:35.183 に答える