alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Add support for git public/private remotes #155

Closed mgcrea closed 8 years ago

mgcrea commented 8 years ago
Checklist

install

Description of change

Added support for git endpoints. However did not found a public git remote with a known ssh host key to test against. GitHub/Bitbucket/GitLab git-like url are automatically resolved as tarballs currently (via npm-package-arg).

Does allow private ssh git clone given that you have a working SSH_AUTH_SOCK in your environment (eg. passwordless ssh).

alexanderGugel commented 8 years ago

Tried it out, works beautifully. Awesome PR!

farfromrefug commented 7 years ago

Can you give a working example? I tried with my private gitlab repos but i get an error:

Unknown hosted type: gitlab for aryballe-camera