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


Reply via email to