Add the below entry to your .bowerrc
:
{
"proxy":"http://<user>:<password>@<host>:<port>",
"https-proxy":"http://<user>:<password>@<host>:<port>"
}
Also if your password contains any special character URL-encode it Eg: replace the @ character with %40