VS 2015 + Bower: Does not work behind firewall
Problem In Visual Studio 2015, using bower, my package restores fail when behind a firewall with an error similar to: ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/jzaefferer/jquery-validation.git", exit code of #-532462766 I have updated my git config to use http instead of git. When I run from my command line, the command is successful: But Visual Studio or one of its components appears to be using git instead of http regardless. Background & First Attempt to Resolve Using Visual Studio 2015 and Bower for package management. It works great when not behind a