Why I can't add new repositories using gitosis?

前端 未结 3 647
夕颜
夕颜 2021-02-10 15:02

I set up gitosis but even when i can clone, pull and push to the gitosis-admin repo, i can\'t create new ones.

According to every doc i read, to create a new repo one ha

3条回答
  •  野的像风
    2021-02-10 15:26

    UPDATE:
    In your gitosis-admin repo, try adding loglevel = DEBUG under [gitosis] in your gitosis.conf. Push this change to your server and then try again. This will generate a lot of useful information to help debug the problem.

    These instructions from Dreamhost are the best I found.

    Are you pushing the gitosis-admin repo after updating permissions?

提交回复
热议问题