Is there a way to use Windows Authentication (Active Directory) for a Git server? -
i have found articles regarding how install git on windows server , use ssh (such copssh) authentication. little surprised remember reading 1 should not use windows machine shared git repository (sorry don't remember read that). question can setup git use windows authentication rather ssh? considerably easier me administer. since machine administered me in "spare time", easier better.
you can use shared folder git repository inside domain , administer domain users.
c:/> git clone \\myserver\repository\myfolder
Comments
Post a Comment