'Git repository for multiple Linux users

after reading some of topics I still cannot find solution for this problem.

Lets say this is my infrastructure: Two types of servers: dev and prod Two types of user: dev-user and prod-user Both in same group: users

Both types of servers share one GPFS filesystem with all repositories. And when dev-user clones existing repository, prod-user cannot pull, push or even edit existing files.

How to approach this issue? Methods with core.sharedrepository set to group did not help.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source