我想在代理后面使用自耕农,但到目前为止我失败了。我使用环境变量设置代理。我得到以下ENOTFOUND。
C:\test>bower search jquery
bower ENOTFOUND Request to https://bower.herokuapp.com/packages/search/jquery failed: getaddrinfo ENOTFOUND
我尝试使用我的代理设置通过浏览器访问https://bower.herokuapp.com/packages/search/jquery。我之前作为试验设置:
git config --global url.https://.insteadOf git://
然而,当我设置
时git config --global --unset url."https://".insteadOf
如果bower使用git或https,它没有任何影响。
我在win7 64bit上运行。
C:\ test> bower -version 1.3.1
请帮助别人。
干杯 亚历
答案 0 :(得分:1)
你试过http_proxy='proxyserver' https_proxy='proxyserver' bower install
吗? (代理服务器是你的代理) - 或设置env vars然后调用bower?