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

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

    You can also host the repo with IIS over HTTPS and then protect each project subfolder with Windows user credentials.

提交回复
热议问题