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:/
{
"directory": "library",
"registry": "http://bower.herokuapp.com",
"proxy":"http://:@:/",
"https-proxy":"http://:@:/"
}
This code worked for me. I am using Win 7 and chrome and also git bash. Here few things need to be cleared. This takes me huge time to find the actual data regarding the user name, password, proxy IP and Port. I will describe it step by step so that every learners can easily grasp the message:
Type above code in the .bowerrc file with the following changes:
Replace with your internet connection user ID or login ID
Replace with your internet connection password or login password.
Replace and with the working proxy IP address and its port number.
**Note: There should be no angle brackets.**
Proxy IP should be different than your own IP.
Before using any proxy IP and port you should check it is working by changing your proxy IP and port.
You can go through this link to know the details of proxy settings at description here
a@a-PC MINGW32 /d/conFusion
$ bower install