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

后端 未结 24 1491
长情又很酷
长情又很酷 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:11

    I know this is not "fixing" the problem, but you can use

    git config --global url."https://".insteadOf git://

    to tell git to use HTTPS instead of GIT which worked out for me to install npm dependencies.

提交回复
热议问题