Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support installing packages from SSH URL #1152

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Support installing packages from SSH URL #1152

merged 1 commit into from
Mar 28, 2024

Conversation

haoyu234
Copy link
Contributor

@haoyu234 haoyu234 commented Oct 20, 2023

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.

@Araq Araq merged commit 6dfe82d into nim-lang:master Mar 28, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants