Saturday, 17 October 2015

Bower not working with git protocol

Sometimes bower install will not work with default git protocol due to firewall settings in the corporate world. Use the below command to use https protocol instead of git


git config —global url.”https://“.insteadOf git://

No comments:

Post a Comment