Installing tock and tock-teensy on a new machine. Issued the obligatory
git clone --recursive https://github.com/tock/tock-teensy.git
at the prompt.
It clones away until it crashes with
Submodule path 'libtock-c': checked out 'b75f6fad884c95df2476221da185bfade522c8f1'
Submodule 'lua53/lua' (git://github.com/lua/lua.git) registered for path 'libtock-c/lua53/lua'
Cloning into '/home/jwbruce/REPOs/tock-teensy/libtock-c/lua53/lua'...
fatal: unable to connect to github.com:
github.com[0: 192.30.253.113]: errno=Connection refused
github.com[1: 192.30.253.112]: errno=Connection refused
fatal: clone of 'git://github.com/lua/lua.git' into submodule path '/home/jwbruce/REPOs/tock-teensy/libtock-c/lua53/lua' failed
Failed to clone 'lua53/lua'. Retry scheduled
Cloning into '/home/xxxxxxxx/REPOs/tock-teensy/libtock-c/lua53/lua'...
fatal: unable to connect to github.com:
github.com[0: 192.30.253.113]: errno=Connection refused
github.com[1: 192.30.253.112]: errno=Connection refused
fatal: clone of 'git://github.com/lua/lua.git' into submodule path '/home/xxxxxxx/REPOs/tock-teensy/libtock-c/lua53/lua' failed
Failed to clone 'lua53/lua' a second time, aborting
Submodule path 'tock': checked out '96362810e5bd0a8702cc8c875826dda2828c5ac6'
Failed to recurse into submodule path 'libtock-c'
Installing tock and tock-teensy on a new machine. Issued the obligatory
git clone --recursive https://github.com/tock/tock-teensy.gitat the prompt.
It clones away until it crashes with