I\'m trying to use Bower for a web app, but find myself hitting some sort of proxy issues:
D:\\>bower search jquery bower retry Request to https:/
you can try suggest @thebignet into same issue on GitHub
Set proxy, https-proxy and strict-ssl configuration into .bowerrc File :
proxy
https-proxy
strict-ssl
.bowerrc
{ "proxy" : "http://:", "https-proxy" : "http://:", "strict-ssl" : false }
But you must run Command from terminal:
git config --global url."https://".insteadOf git://