我知道git-credential-manager.exe
用于连接到TFS服务器,因此,我想使用git-credential-manager.exe
使用libgit2连接到TFS服务器。我该怎么做?
答案 0 :(得分:1)
谢谢大家,我使用命令行弹出登录框。命令行如下:
1,git.exe credential-manager fill
2,host = personal.visualstudio.com
3,protocol = https
接下来我在C ++中使用 CreateProcess ,但要通过管道将命令行写入Process,实现起来有点困难,我还有其他事情都很忙,等到经过足够的时间后才能完成它