How can I give read Access to everybody with gitolite

前端 未结 2 705
生来不讨喜
生来不讨喜 2021-01-03 01:26

in my gitolite.conf i can set

repo    COOL_REPOSITORY
        RW+     =   me
        R       =   @all

This gives me writing access, and all

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-03 01:38

    Gitolite uses ssh, and I do not think ssh should be used to give access to unregistered users.

    Git implements git-daemon and git-http-backend to allow anonymous access via the git:// or http:// protocols, respectively.

提交回复
热议问题