Configure users and groups for Git
- by Peter Penzov
I want to create Git server on which every developer can commit code with his own linux account. The Git repository is initialized under the directory /opt/git_repo.git
I created a group developers which owns the directory git_repo.git. Then I created three users which are part of the same group - DeA, DevB, DevC. I created a soft link into each developer home directory which points to the /opt/git_repo.git location.
The problem is that when a user connects to the Git server and use the soft link to access the files he cannot do it.
Can you help me what are the proper steps and commands to configure the repository?