Setting up a FreeBSD multi-user git server

This is a quick note on how to create a multi-user git server hosted on your own FreeBSD set-up, using the SSH protocol for reading/writing from/to repositories. Steps to follow (as ‘root‘): Install the ‘git‘ package: pkg_add -r git Create a group called ‘gitusers‘: pw groupadd gitusers Create a user called ‘gitserver‘, part of the […]