VS 2015 + Bower: Does not work behind firewall

前端 未结 12 2206
一向
一向 2020-11-29 01:40

Problem

In Visual Studio 2015, using bower, my package restores fail when behind a firewall with an error similar to:

ECMDERR Failed to exec

12条回答
  •  一整个雨季
    2020-11-29 02:30

    If you have a frendly firewall administrator, aks him to allow access to external git repositories by defining the following firewall-policy:

    TCP 9418 (no need for UDP)

提交回复
热议问题