码迷,mamicode.com
首页 > 其他好文 > 详细

centos7搭建git服务器(多用户版)

时间:2018-12-02 12:29:39      阅读:561      评论:0      收藏:0      [点我收藏+]

标签:it服务   创建组   pre   vpd   图片   配置文件   process   code   group   

  • 创建仓库并分享到组:
    git  init  --shared=group  test
  • 创建组:
    groupadd  git
  • 切换项目所属组:
    chgrp  -R  git  test
  • 创建用户1:
    useradd  test1  -g  git
    passwd  test1
  • 创建用户2:
    useradd  test2  -g  git
    passwd  test2
  • 修改配置文件:
    vim test/.git/config
    添加
    denyCurrentBranch = ignore

    技术分享图片

  • centos7搭建git服务器(多用户版)

    标签:it服务   创建组   pre   vpd   图片   配置文件   process   code   group   

    原文地址:http://blog.51cto.com/12173069/2324839

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!