libgit2 / libgit2/libgit2sharp

Add Ssh credentials support or open creadentionals class

未关闭
#1,623 2 条评论 11 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C#
星标
3.5k
派生
925
PR 合并指标
30 天内没有已合并 PR

描述

add to Native methods:
git_cred_ssh_key_new and wrap it
or open GitCredentialHandler in Credentials class:

  public abstract class Credentials
  {
    protected internal abstract int GitCredentialHandler(out IntPtr cred);
  }

remove internal and any can p/invoke selfmade

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先检查 issue 中提到的 Native 方法,尤其是 git_cred_ssh_key_new,以及现有的 GitCredentialHandler 和 Credentials 抽象。明确提出的两种 API 方向中哪一种是预期方向,然后验证 SSH 凭据无需自行编写 P/Invoke 即可公开提供,并且公共 API 仍然可用。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, git
领域
authentication, backend-api-design
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。