Skip to content

Instantly share code, notes, and snippets.

@seif
Created January 19, 2013 01:29
Show Gist options
  • Save seif/4570110 to your computer and use it in GitHub Desktop.
Save seif/4570110 to your computer and use it in GitHub Desktop.
Git submodule update timeout
git clone https://github.com/sharparchitecture/Sharp-Architecture.git
Cloning into 'Sharp-Architecture'...
remote: Counting objects: 13801, done.
remote: Compressing objects: 100% (4190/4190), done.
remote: Total 13801 (delta 9338), reused 13551 (delta 9132)
Receiving objects: 100% (13801/13801), 85.33 MiB | 2.36 MiB/s, done.
Resolving deltas: 100% (9338/9338), done.
cd Sharp-Architecture
git submodule init
Submodule 'BuildSystem' (git://github.com/sharparchitecture/Sharp-Architecture-Build.git) registered for path 'BuildSystem'
git submodule update
Cloning into 'BuildSystem'...
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out
Clone of 'git://github.com/sharparchitecture/Sharp-Architecture-Build.git' into submodule path 'BuildSystem' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment