nim-lang / nimble

Package manager for the Nim programming language.
Other
1.25k stars 188 forks source link

Support installing packages from SSH URL #1152

Closed haoyu234 closed 6 months ago

haoyu234 commented 11 months ago

Support installing packages from SSH URL, for example, git@github.com:nim-lang/fusion.git. Use an SSH URL to avoid entering your account and password when downloading a private code base.

[root@haoyu nimble] ./nimble install git@github.com:nim-lang/fusion.git
Downloading git@github.com:nim-lang/fusion.git using git
  Verifying dependencies for fusion@1.2
 Installing fusion@1.2
  Success:  fusion installed successfully.