Last active
July 12, 2017 04:27
-
-
Save norio-nomura/531121b70849b8de74cc2f67a3fa2ab3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ git submodule update --init --recursive | |
Submodule 'ext/xcode-build-test-aaa' (https://github.com/omochi/xcode-build-test-aaa) registered for path 'ext/xcode-build-test-aaa' | |
Submodule 'ext/xcode-build-test-bbb' (https://github.com/omochi/xcode-build-test-bbb) registered for path 'ext/xcode-build-test-bbb' | |
Submodule 'ext/xcode-build-test-ccc' (https://github.com/omochi/xcode-build-test-ccc) registered for path 'ext/xcode-build-test-ccc' | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-aaa'... | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-bbb'... | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-ccc'... | |
Submodule path 'ext/xcode-build-test-aaa': checked out '2d6a3207c649c348133222910e6209832c423950' | |
Submodule path 'ext/xcode-build-test-bbb': checked out '054193df0080280cd3df03d88bf0a16acf7e8444' | |
Submodule 'ext/xcode-build-test-aaa' (github.com:omochi/xcode-build-test-aaa) registered for path 'ext/xcode-build-test-bbb/ext/xcode-build-test-aaa' | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-bbb/ext/xcode-build-test-aaa'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
fatal: clone of 'github.com:omochi/xcode-build-test-aaa' into submodule path '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-bbb/ext/xcode-build-test-aaa' failed | |
Failed to clone 'ext/xcode-build-test-aaa'. Retry scheduled | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-bbb/ext/xcode-build-test-aaa'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
fatal: clone of 'github.com:omochi/xcode-build-test-aaa' into submodule path '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-bbb/ext/xcode-build-test-aaa' failed | |
Failed to clone 'ext/xcode-build-test-aaa' a second time, aborting | |
Submodule path 'ext/xcode-build-test-ccc': checked out '9277c879e36467a950f70d5a959b19e4f1abb7ff' | |
Submodule 'ext/xcode-build-test-aaa' (github.com:omochi/xcode-build-test-aaa.git) registered for path 'ext/xcode-build-test-ccc/ext/xcode-build-test-aaa' | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-ccc/ext/xcode-build-test-aaa'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
fatal: clone of 'github.com:omochi/xcode-build-test-aaa.git' into submodule path '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-ccc/ext/xcode-build-test-aaa' failed | |
Failed to clone 'ext/xcode-build-test-aaa'. Retry scheduled | |
Cloning into '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-ccc/ext/xcode-build-test-aaa'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
fatal: clone of 'github.com:omochi/xcode-build-test-aaa.git' into submodule path '/Users/norio/github/xcode-build-test-ddd/ext/xcode-build-test-ccc/ext/xcode-build-test-aaa' failed | |
Failed to clone 'ext/xcode-build-test-aaa' a second time, aborting | |
Failed to recurse into submodule path 'ext/xcode-build-test-bbb' | |
Failed to recurse into submodule path 'ext/xcode-build-test-ccc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment