i want to use yeoman behind a proxy but so far i fail. I set up the proxy using the enviorment variables. I get the following ENOTFOUND.
C:\test>bower search jquery
bower ENOTFOUND Request to https://bower.herokuapp.com/packages/search/jquery failed: getaddrinfo ENOTFOUND
I tried i can reach https://bower.herokuapp.com/packages/search/jquery via the browser using my proxy settings. I set before as a trial:
git config --global url.https://.insteadOf git://
However seems when i set
git config --global --unset url."https://".insteadOf
it does not have any effect if bower uses git or https.
I'm running on win7 64bit.
C:\test>bower -version 1.3.1
Please help somebody.
Cheers Alex
thanks seems it was a proxy issue but there were several issues. One was i sent my https proxy to https.proxy.... instead of http.proxy.
– user3511021 Apr 09 '14 at 02:16