运行Bower安装在企业代理后面

时间:2015-06-04 09:52:34

标签: javascript npm github-for-windows bower-install

I am getting Error : 
ECONNREFUSED Request to https://bower.herokuapp.com/packages/bootstrap-datepicker failed: connect ECONNREFUSED

while running Bower Install from Package Manager Console.
I found some settings on other thread to solve this issue

{
  "directory": "library",
  "registry": "http://bower.herokuapp.com",
  "proxy":"http://<USERNAME>:<PASSWORD>@<PROXY_IP>:<PROXY_PORT>/",
  "https-proxy":"http://<USERNAME>:<PASSWORD>@<PROXY_IP>:<PROXY_PORT>/",
}

大多数人通过上述设置解决问题。 我的问题是我需要在此命令中传递哪个UserName和Password。 是我的域名凭证还是别的什么?

接下来是这些设置的ProxyIP和代理端口。

1 个答案:

答案 0 :(得分:0)

您可以检查您的Internet Explorer设置,找出您的proxy-ip(主机名)和端口。如果将其设置为自动检测,请在浏览器中键入以下地址http://wpad/wpad.dat 这将下载公司代理服务器的配置文件。在文本编辑器中打开它,您应该找到主机名和端口。

然后是用户名和密码。使用浏览器时是否需要输入用户名和密码?如果答案是肯定的,请使用相同的答案。如果答案是否定的,您可能使用NTLM,您应该尝试使用Windows凭据。 如果失败,请尝试使用当前域名添加您的用户名,如下所示

域\用户名

您可以通过以下方式找到您的域名:http://windows.microsoft.com/en-ca/windows7/find-the-domain-your-computer-belongs-to