Windows上的GIT私有服务器。 [英] GIT private server on Windows.

查看:105
本文介绍了Windows上的GIT私有服务器。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





请建议如何在Windows上设置GIT服务器并从团队开发人员那里进行访问。如何处理用户管理。



问候,

Anand

Hi,

Please suggest how to setup GIT server on Windows and access from the developers of the team. How to handle Users management.

Regards,
Anand

推荐答案

我觉得这很容易......



http://bonobogitserver.com/ [ ^ ]
I found this so easy...

http://bonobogitserver.com/[^]


为了主持git存储库,你真的不需要任何git服务器。你只需要能够生成一个git存储库(从你有git的地方)并将存储库复制到你的主机。

http://git-scm.com/book/ch4-2.html [ ^ ]



Git本身也不处理权限,它们是留待由文件系统处理。如果用户有权访问存储库文件,则他可以访问存储库。
In order to host git repositories, you don't really need any "git server". You just need to be able to generate a git repository (from wherever you have git) and copy over the repository to your host.
http://git-scm.com/book/ch4-2.html[^]

Git itself doesn't handle permissions either, they're left to be handled by the file system. If a user has access to the repository files, he has access to the repository.


这篇关于Windows上的GIT私有服务器。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆