当我使用libgit2推送回购时,我怎样才能从..git-credentials文件中获取用户名或密码?

时间:2017-10-18 01:11:38

标签: libgit2

我正在尝试使用libgit2推送到存储库。我期待 libgit2提供从我的.git-credentials文件获取凭据的某种方式,但我看不到任何方法来执行此操作。

示例代码:

git_push_options opts = GIT_PUSH_OPTIONS_INIT;

// how can I get username or password from.git-credentials 
opts.callbacks.credentials = cred_acquire_cb;    
error = git_remote_push(remote, &strarr, &opts);

0 个答案:

没有答案