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

前端 未结 7 1499
星月不相逢
星月不相逢 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:45

    Git Credential Manager for Windows is officially supported by Microsoft to use Windows authentication to authenticate yourself to git.

    https://github.com/Microsoft/Git-Credential-Manager-for-Windows

提交回复
热议问题