Code: Select all
$ git clone http://git.telldus.com/tellstick-net.git
Cloning into 'tellstick-net'...
Checking connectivity... done.
$ cd tellstick-net
$ git submodule init
Submodule 'cmake' (http://git.telldus.com/telldus-common.git) registered for path 'cmake'
Submodule 'rf' (http://git.telldus.com/telldus-common.git) registered for path 'rf'
Submodule 'tcpip' (http://git.telldus.com/telldus-common.git) registered for path 'tcpip'
$ git submodule update
Cloning into 'cmake'...
error: Recv failure: Connection was reset (curl_result = 56, http_code = 0, sha1 = 5a8c1da1c491ab4dad563d1894937b95fd614a58)
error: Unable to find 5a8c1da1c491ab4dad563d1894937b95fd614a58 under http://git.telldus.com/telldus-common.git
Cannot obtain needed blob 5a8c1da1c491ab4dad563d1894937b95fd614a58
while processing commit e681a914b665430e1c00266f20076816544a4609.
error: fetch failed.
Clone of 'http://git.telldus.com/telldus-common.git' into submodule path 'cmake' failed
$ <STUCK>