Error when installing bower package -


i error when try install bower packeg.

my error :

macbook-pro-de-anthony:front-end anthonycluse$ bower install flexslider bower cached        git://github.com/woothemes/flexslider.git#ce5441b214 bower validate      ce5441b214 against git://github.com/woothemes/flexslider.git#* bower ecmderr       failed execute "git ls-remote --tags --heads git://github.com/woothemes/flexslider.git", exit code of #128  additional error details: fatal: unable connect github.com: github.com[0: 192.30.252.131]: errno=connection refused 

the error may due proxy/certificate connectivity issues, try following command error exit code of #128

git config --global url."https://".insteadof git:// 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -