danhper / danhper/elixir-git-cli
Not handling repo name with a dot in it...
未关闭
- 主要语言
- Elixir
- 星标
- 77
- 派生
- 13
- PR 合并指标
- 30 天内没有已合并 PR
描述
iex(1)> repo = Git.clone "https://github.com/satori/go.uuid"
{:ok, %Git.Repository{path: "/Users/kplummer/Code/go"}}
Seeing this in the 0.3.0 version. Gonna debug a bit, may have a PR shortly.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing Git.clone with the reported GitHub URL containing a dot in the repository name, then trace how the clone destination path is derived. Confirm the fix with a regression test showing that the repository path retains the complete name and does not stop at the dot.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- elixir, git
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100