0

I'm new on GIT, and I would like to configure a Windows 2012 Server to be a GIT repository (--bare) so the developers can clone and push updates to this server. I can't find any documentation to learn how to configure SSH or other protocol on the server so I can do this... Can I get some help, please?

1 Answers1

0

You need to run actual git server software of some variety/flavor; it's not enough to just add SSH/HTTP functionality. Googling "windows 2012 git server" produces a plethora of results with different software stacks and how to install/configure them. You may want to do that, have a look through the results, and then try some things out to see what suits you best.

Ackack
  • 989
  • 5
  • 11