joseluisq/paket

[FR] Allow users to specify full git url

Aperta

#19 aperta il 6 ago 2025

 (4 commenti) (0 reazioni) (0 assegnatari)Rust (3 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (81 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor