DWT Cloning / Build fails

Jesse Phillips via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Apr 13 08:23:19 PDT 2016


On Wednesday, 13 April 2016 at 09:01:47 UTC, Chris wrote:
> On Tuesday, 12 April 2016 at 19:20:44 UTC, Jacob Carlborg wrote:
>
> The error messages are below. If I do it step by step (without 
> --recursive) and then "git submodule update --init", I get more 
> or less the same error:
>
> Cloning into 'base'...
> fatal: unable to connect to github.com:
> github.com[0: 192.30.252.130]: errno=Connection refused

Looks like your firewall is blocking the git protocol.

Checkout dwt without --recursive

Modify the .gitmodules file so that https:// urls are used 
instead of git

Run the git submodule update --init




More information about the Digitalmars-d-learn mailing list