Quantcast
Viewing all articles
Browse latest Browse all 3

Answer by Caspar Harmer for Error - 'bower install' fail with Exit Status 1

Try making git use an http connection rather than a git one like so:

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

Sometimes the git protocol is blocked, but the https one won't be.

A similar issue is referenced here


Viewing all articles
Browse latest Browse all 3

Trending Articles