Gitosis は自分の authorized_keys を更新しないため、git で新しいユーザーを作成できません。gitosis-admin.git の下の post-update は実行可能です。次に、サーバー上でスクリプトを手動で実行しようとしました (sudo -u gitosis sh ./post-update)。これは、次のエラーで終了します。
ERROR:gitosis.app:Configuration does not exist: [Errno 2] No such file or directory: '/root/.gitosis.conf'
これを解決するアイデアはありますか?