bower behind a proxy

后端 未结 4 1525
既然无缘
既然无缘 2020-12-07 11:01

bower install behind a proxy fails in timeout with the following settings (some set are useless...) :

git config --global http.proxy fr-proxy.ex         


        
4条回答
  •  一个人的身影
    2020-12-07 12:02

    If your OS is Linux or OS X try the following command bash http_proxy='proxy server' https_proxy='proxy server' bower

提交回复
热议问题