我在/ home / myaccount / git / project中有一个现有的裸git存储库。我目前正在使用ssh从我的本地机器上没有任何问题。我想在服务器上添加第二个用户,该用户只能访问这个git存储库(可能将repo移到我的帐户文件夹之外?)。怎么样?在slicehost上使用最新版本的git和ubuntu。
我有这个设置: 用户:困倦 user:developer1 组:git。 sleepyhead和developer1都是这个组的成员 repository / home / sleepyhead / git / project1
我想: 将存储库移动到适当的位置,/ home / git / project1或/ usr / local / git / project1。推荐什么? developer1应该有权使用git读写project1。不应该给出其他权限。
我不知道如何正确设置权限并限制developer1只能使用git访问project1。