Search code examples
gitgithubgitolitegit-extensions

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


I need to create Private GIT Repository on Windows Server (Host will be windows server and client will be windows 7 )using Git extension and gitolite for fine grain control on repository and with only open source software( if required).

Also is it possible to have such arrangement without SSH as I am going to implement it in my personal network only. any help will be appreciated.


Solution

  • You have a lot of git servers for windows which you can install. All of the latest version support multiple transfer protocols.

    Read about the protocols here: Git-Internals-Transfer-Protocols.

    When you install the server unable the http/https protocols and you will not to use ssh.

    For windows server you can use this: https://bonobogitserver.com/

    enter image description here