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

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

    It appears as though azsl1326 failed to use bower (git) over port 9418 (git://), then told git to use port 22 (https://) instead. This was still failing, but then opening port 22 got the desired result.

    The most direct solution is to open port 9418. This is the port that the git:// protocol uses.

提交回复
热议问题