W access for gitolite-admin DENIED to user

前端 未结 2 1978
日久生厌
日久生厌 2020-12-19 10:47

I\'ve been trying very hard to get gitolite working. I used the package approach and am able to do a first \"git push\" with a first user to the server. After that, if if

2条回答
  •  情书的邮戳
    2020-12-19 10:51

    I had a similar problem in that I could only make one push to a new gitolite repo, then I lost access. I was able to fix this by adding my username to the .conf file on the first push:

    %> cat conf/gitolite.conf repo gitolite-admin RW+ = git-admin myusername

提交回复
热议问题