joseluisq/paket

[FR] Allow users to specify full git url

开放

#19 创建于 2025年8月6日

 (4 条评论) (0 个反应) (0 位负责人)Rust (3 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (81 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

If provided with a full url, e.g https://git.stryder.cc/lina/fzf.fish, or git@github.com:0x4c756e61/fzf.fish.git, paket should directly pass it as-is to git.

paket add git@github.com:0x4c756e61/fzf.fish.git should clone the corresponding repository, rather than trying to clone https://github.com/git@github.com:0x4c756e61/fzf.fish.git.

贡献者指南