I dont have a WIndows Server OS. I just have a Windows XP version with me in my system. I want to setup a Git server in my system for secure Http Access to it from users. How can I do it ?
thanks
I dont have a WIndows Server OS. I just have a Windows XP version with me in my system. I want to setup a Git server in my system for secure Http Access to it from users. How can I do it ?
thanks
You can use cygwin and install Git, Apache2. Follow the steps given at http://ftp.df.lth.se/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt . ( You need to hack it though. ).
Its do-able IMHO.