soulim/ember-cli-bootstrap-datepicker

Installation requires SSH?

gzurbach opened this issue · 0 comments

Just a heads up: I tried to run ember install ember-cli-bootstrap-datepicker with ember-cli 1.13.1 and it kept failing. I had to setup my GitHub ssh keys in order to fix the issue. I asked my co-worker to repro and he experienced the same.

We have a private instance GitHub at work so I wonder if maybe npm got confused somehow by assuming my ssh keys would work with public GitHub. But it's weird because we install add-ons all the time and we never experienced that before.

Command failed: git clone --template=/Users/foobar/.npm/_git-remotes/_templates --mirror git@github.com:babel/broccoli-babel-transpiler.git /Users/foobar/.npm/_git-remotes/git-github-com-babel-broccoli-babel-transpiler-git-e07ec547
Cloning into bare repository '/Users/foobar/.npm/_git-remotes/git-github-com-babel-broccoli-babel-transpiler-git-e07ec547'...
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.