ワークステーションに gitolite-admin のクローンを作成し、ユーザーとリポジトリを管理していますが、プッシュすると、次のようなエラーが発生しました。
remote: Initialized empty Git repository in /home/git/repositories/fmame.git/
remote: /bin/find: paths must precede expression
remote: Usage: /bin/find [path...] [expression]
remote: /bin/find: paths must precede expression
remote: Usage: /bin/find [path...] [expression]
remote: /bin/find: paths must precede expression
remote: Usage: /bin/find [path...] [expression]
remote: /bin/find: paths must precede expression
remote: Usage: /bin/find [path...] [expression]
remote: /bin/find: paths must precede expression
remote: Usage: /bin/find [path...] [expression]
To git@localhost:gitolite-admin
ここに私のステップがあります:
1/ gitolite.conf の編集:</p>
repo gitolite-admin
RW+ = gitoliteadm
repo testing
RW+ = @all
repo mfame
RW+ = ryoma
2/ディレクトリryoma.pub
に配置します。keydir
cygwin 内の Windows 7 で作業を実行しています。
gitolite-admin リポジトリのクローンを作成できるようにするには、この設定をどのように変更しますか?