【发布时间】:2014-04-08 13:02:48
【问题描述】:
我想在代理后面使用 yeoman,但到目前为止我失败了。我使用环境变量设置代理。我得到以下 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>凉亭-版本 1.3.1
请帮助某人。
干杯 亚历克斯
【问题讨论】:
标签: git proxy cygwin yeoman bower