Is there a way to use Windows Authentication (Active Directory) for a Git server?

前端 未结 7 1498
星月不相逢
星月不相逢 2021-01-01 15:28

I have found articles regarding how to install Git on a Windows server and use SSH (such as CopSSH) for authentication. I am a little surprised by this as I remember readin

7条回答
  •  时光取名叫无心
    2021-01-01 15:31

    You can use Windows Credential Store for Git https://gitcredentialstore.codeplex.com/

    It saves your Git credentials in your PC's Windows Credential Store, keeping it safe in a secure location. And it's really easy to use :)

提交回复
热议问题