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