I am trying to install the pinny1.0 plugin using bower as:
bower install https://github.com/mobify/pinny.git#pinny-1.0
But meanwhile installing the plugin, I am getting issues as:
bower ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:mobify/bellows.git", exit code of #128
Additional error details: Host key verification failed. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I am not sure how this is redirecting from pinny1.0 to bellows.git.
I have tried to check the issue on Github bug tracking and find some discussion at #1426 but did not get much idea as I am not working on some proxy server.
I had The same Problem with Install
packages
usingBower
.This Problem happen because
bower proxy configuration
, you need to makebower
usehttp://
Instead ofgit://
when installpackages
. you can Solve this problem using.bowerrc
File.Just create
.bowerrc
File and setproxy
andhttps-proxy
configuration :More About Bower Documentation for
.bowerrc
FileThere Two Questions about
bower proxy configuration
in StackOverflow : First Question , second QuestionUpdate:
IF the First Solution Does not Work, you can try suggest @thebignet into same issue on GitHub
Set
proxy
,https-proxy
andstrict-ssl
configuration into.bowerrc
File :But you must run Command from terminal: