【发布时间】:2012-11-09 00:43:42
【问题描述】:
我想实现一个作为 IIS 应用程序运行的小型 Git Webserver。我设法做到了,我可以从中拉出和推入。但现在我想实现一些基本凭据。
我不想要的是,添加一个远程 URL,如http://username:password@domain.tld/repo.git。我不想在 url 中有密码(用户名就可以了)。
目前我想为 HTTP 协议使用这个(HTTPS 也可以)
我必须从我的服务器返回什么到 tortoisegit,它会提示我输入密码?
【问题讨论】:
标签: asp.net git authentication asp.net-mvc-4 tortoisegit