ca submodule failures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[15:34:45 trentm@bluesteel:~/joy/sdc-cloud-analytics (master)] | |
$ git submodule update --init --recursive | |
Submodule 'support/coffee-script' (http://github.com/jashkenas/coffee-script.git) registered for path 'deps/connect/support/coffee-script' | |
Submodule 'support/expresso' (git://github.com/visionmedia/expresso.git) registered for path 'deps/connect/support/expresso' | |
Submodule 'support/koala' (git://github.com/visionmedia/koala.js.git) registered for path 'deps/connect/support/koala' | |
Submodule 'support/less' (git://github.com/cloudhead/less.js.git) registered for path 'deps/connect/support/less' | |
Submodule 'support/sass' (git://github.com/visionmedia/sass.js.git) registered for path 'deps/connect/support/sass' | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/coffee-script'... | |
warning: redirecting to https://github.com/jashkenas/coffee-script.git/ | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/expresso'... | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/koala'... | |
fatal: remote error: | |
Repository not found. | |
fatal: clone of 'git://github.com/visionmedia/koala.js.git' into submodule path '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/koala' failed | |
Failed to clone 'support/koala'. Retry scheduled | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/less'... | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/sass'... | |
fatal: remote error: | |
Repository not found. | |
fatal: clone of 'git://github.com/visionmedia/sass.js.git' into submodule path '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/sass' failed | |
Failed to clone 'support/sass'. Retry scheduled | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/koala'... | |
fatal: remote error: | |
Repository not found. | |
fatal: clone of 'git://github.com/visionmedia/koala.js.git' into submodule path '/Users/trentm/joy/sdc-cloud-analytics/deps/connect/support/koala' failed | |
Failed to clone 'support/koala' a second time, aborting | |
Submodule 'deps/javascriptlint' (git://github.com/davepacheco/javascriptlint.git) registered for path 'deps/eng/deps/javascriptlint' | |
Submodule 'deps/jsstyle' (git://github.com/davepacheco/jsstyle.git) registered for path 'deps/eng/deps/jsstyle' | |
Submodule 'deps/restdown' (git://github.com/trentm/restdown.git) registered for path 'deps/eng/deps/restdown' | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/eng/deps/javascriptlint'... | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/eng/deps/jsstyle'... | |
Cloning into '/Users/trentm/joy/sdc-cloud-analytics/deps/eng/deps/restdown'... | |
Submodule path 'deps/eng/deps/javascriptlint': checked out 'e1bd0abfd424811af469d1ece3af131d95443924' | |
Submodule path 'deps/eng/deps/jsstyle': checked out 'ab8f1fc8d90db8484bbed8a526ff40add5aa1c15' | |
Submodule path 'deps/eng/deps/restdown': checked out '4aa9e59b9c4bc66a13d6c79e8e79ca40b46dbdf1' | |
Failed to recurse into submodule path 'deps/connect' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment