nodejs / nodejs/node-core-utils
Pipe stdin when git operations ask for passphrase for ssh keys
未关闭
还没有人认领这个 Issue。
git-node
- 主要语言
- JavaScript
- 星标
- 313
- 派生
- 137
- 平均合并
- 2 天 8 小时
- 30 天内合并 PR
- 24
描述
I've been doing ssh-add -K /path/to/key for this but it would be nice if git-node can just pipe to stdin (or at least display something more informative about this)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从 git-node 对需要输入 SSH 密钥口令的 Git 操作的处理入手,然后使用 ssh-add 和受保护的密钥重现所描述的行为。确定预期结果是通过 stdin 传递、提供更有信息量的消息,还是两者兼有;当所选行为明确且在此情况下有效时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, javascript
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100