Git / Bower Errors: Exit Code # 128 & Failed connect

后端 未结 24 1448
长情又很酷
长情又很酷 2020-11-30 21:42

I am using Bower to install several libraries. For demonstration purposes here, I am installing bootstrap. Regardless of the package, I receive the following errors:

24条回答
  •  渐次进展
    2020-11-30 22:24

    If your country block github, e.g. China mainland, then you can build a proxy, e.g. use goagent & gae, then set proxy address for git, e.g.

    git config --global http.proxy 127.0.0.1:8087
    

提交回复
热议问题