无法使用企业代理服务器的bower,如何解决?

我正在尝试使用我的办公室代理服务器安装凉亭。 我有错误 然后我试图安装在我的“C”驱动器。 它被安装,但我有很多304状态。

后来我试图search骨干使用鲍尔,这一次我得到了这样的问题:如何解决这个问题,以及我的networking代理或pipe理员权限等问题?

这是我得到的错误:

C:\Bower>bower search backbone bower retry Request to https://bower.herokuapp.com/packages/search/backb one failed with ETIMEDOUT, retrying in 1.1s bower retry Request to https://bower.herokuapp.com/packages/search/backb one failed with ETIMEDOUT, retrying in 2.6s bower retry Request to https://bower.herokuapp.com/packages/search/backb one failed with ETIMEDOUT, retrying in 5.3s bower retry Request to https://bower.herokuapp.com/packages/search/backb one failed with ETIMEDOUT, retrying in 8.4s bower retry Request to https://bower.herokuapp.com/packages/search/backb one failed with ETIMEDOUT, retrying in 27.0s bower ETIMEDOUT Request to https://bower.herokuapp.com/packages/search/backb one failed: connect ETIMEDOUT 

如何解决这个问题? 任何一个帮助我

在您的主目录下创build.bowerrc文件,并带有这个标题:

 { "directory": "library", "registry": "http://bower.herokuapp.com", "proxy":"<YOUR_PROXY>", "https-proxy":"<YOUR_HTTPS_PROXY>" }