美文网首页
搭建gitosis

搭建gitosis

作者: 扳手扳死你 | 来源:发表于2017-04-06 15:09 被阅读0次

    参考https://git-scm.com/book/zh/v1/%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%9A%84-Git-Gitosis
    或者http://blog.csdn.net/dddxxxx/article/details/49050145
    进行安装、配置

    补充:
    发现用户名中若包含. 则权限无法校验通过 比如xxx@qq.com这种, gitosis-admin仓库中的gitosis.conf 及keydir中的命名为abc  abc.pub
    若.ssh文件夹中有多个key  可在.ssh/config 中指定那些ip对哪个key, 例如:

    HOst 127.0.0.1
    KexALgorithms +diffie-hellman-group1-sha1
    IdentityFile ~/.ssh/local.pub
    User local

    相关文章

      网友评论

          本文标题:搭建gitosis

          本文链接:https://www.haomeiwen.com/subject/khlqattx.html