使用 Git 扩展和 gitolite 在 Windows 服务器上托管私有 GIT 存储库

Hosting Private GIT Repository on Windows Server using Git extension and gitolite

我需要在 Windows 服务器上创建私有 GIT 存储库(主机将是 windows 服务器,客户端将是 windows 7 )使用 Git用于对存储库进行细粒度控制的扩展和 gitolite,并且仅使用开源软件(如果需要)。

也可以在没有 SSH 的情况下进行这样的安排,因为我将只在我的个人网络中实施它。任何帮助将不胜感激。

您可以安装 windows 的很多 git 服务器。 所有最新版本都支持多个transfer protocols.

在此处阅读有关协议的信息: Git-Internals-Transfer-Protocols.

当您安装无法使用 http/https 协议的服务器时,您将不会使用 ssh

对于 windows 服务器你可以使用这个: https://bonobogitserver.com/