Permissions with Git Post-Receive

我是研究僧i 提交于 2019-12-01 09:06:50
VonC

If your repo is created with the --shared option (see "Change GIT repository to shared"), that would allow users from the same group to access and write.

Is there any way you can group those different users in the same group?
A bit as what is mentioned in "Git unable to create file permission denied" same group.
Or sudo access, as explained in the comments of this question, changing the sudoers:

 git ALL = (root) NOPASSWD: /usr/local/sbin/prgetsimpleappscom 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!