Enable Visual Studio 2015 to download Bower packages

By | February 9, 2016

If like me you work behind a firewall you may find Bower is unable to install packages. To enable this open up ‘GIT CMD’ and run:

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

Then restart Visual Studio and retry.

 

Leave a Reply