Git / Bower Errors: Exit Code # 128 & Failed connect

I know this is not “fixing” the problem, but you can use

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

to tell git to use HTTPS instead of GIT which worked out for me to install npm dependencies.

Leave a Comment