Has anyone managed to run Git on Windows using "Smart HTTP" authentication and Active Directory?

I read that git now has a "Smart HTTP" server . I am interested in using this with IIS on a Windows machine. I would rather use the msysgit version of git rather than Cygwin. In addition, I would prefer to use Active Directory authentication rather than SSH. Someone was lucky with this. I read that the git-http-backend cgi command "only works with Apache." Having done a significant amount of web development when the CGI scripts are still cool, I don’t understand why this would be a problem. If someone can point me to a description of the problem, I am ready to take a hit on resolving it.

Pat o

+4
source share

Source: https://habr.com/ru/post/1333816/


All Articles