Do any of you have the experience to setup gitosis and gitolite in Windows?
If yes, can you recommend any gui tool for gitosis and gitolite?
Do any of you have the experience to setup gitosis and gitolite in Windows?
If yes, can you recommend any gui tool for gitosis and gitolite?
gitolite replaces gitosis which is dead since 2009.
Git (even the latest Git for Windows 2.4.1 release) most definitively does not include gitolite, which is a collection of perl script managing authorization after authentication.
Git does not do authentication, so it has not reason to include an authorization layer (which is based on authentication).
Gitolite doc reports some Windows issues, but the main roadblock is having an ssh daemon server calling git for windows.
An easier solution would be to manage your Git server (including Gitolite) in a docker container (choose one from this list), through boot2docker (a Linux VM with docker pre-installed)