GCMforWindows是微软开源,Windows平台上的Git认证管理器。
GitCredentialManagerforWindows提供安全的Git认证存储,是WindowsCredentialStoreforGit (git-credential-winstore)的成功实践,不过git-credential-winstore已经不再维护了。相比Windows平台Git的内置认证存储工具,比如wincred,只是提供单因素认证支持,但GCMforWindows提供VisualStudioOnline和GitHub的多因素认证支持。
GCMforWindows包括:
WindowsCredentialStore的安全密码存储
VisualStudioOnline上的多因素认证
GitHub上的双因素认证
PersonalAccessToken生成,支持VisualStudioOnline和GitHub
VisualStudioOnline非交互模式支持
构建代理优化可选设置
评论