This is the very first time I have set up a git server, as a warning, and I don't administer much.
I finally got a team of mine to switch over to git. Setting it up was surprisingly easy with the proper guide, I set up a user git
and put the keys of my teammates into the authorized_keys
file.
But they want chosen people outside the team to have read-only access to the repo, for demo purposes and such. I wanted to make just users for them and link the repo, but apparently they wouldn't want these guests to have any access to the server.
So is there a way I can make users to have read-only access by user/password or something else that kind of restricts their access?
EDIT: Thanks for your input, it will surely take me a while to set those up and try what's best.