Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule update --init --recursive #11

Open
ShengQiangLiu opened this issue Jan 17, 2018 · 2 comments
Open

git submodule update --init --recursive #11

ShengQiangLiu opened this issue Jan 17, 2018 · 2 comments

Comments

@ShengQiangLiu
Copy link

macdeMac-mini:musickit mac$ git submodule update --init --recursive
Submodule 'Submodules/AIImageCompare' ([email protected]:aleph7/AIImageCompare) registered for path 'Submodules/AIImageCompare'
Submodule 'Submodules/mxml' ([email protected]:venturemedia/mxml.git) registered for path 'Submodules/mxml'
Cloning into '/Users/mac/Desktop/OpenSources/iOS/musickit/Submodules/AIImageCompare'...
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 '[email protected]:aleph7/AIImageCompare' into submodule path '/Users/mac/Desktop/OpenSources/iOS/musickit/Submodules/AIImageCompare' failed
Failed to clone 'Submodules/AIImageCompare'. Retry scheduled
Cloning into '/Users/mac/Desktop/OpenSources/iOS/musickit/Submodules/mxml'...
Permission denied (publickey).
fatal: Could not read from remote repository.

@cprovatas
Copy link

Same issue here

@zhouhao27
Copy link

zhouhao27 commented May 29, 2019

Same issue.

I change the .gitmodules to:

[submodule "mxml"]
	path = mxml
	url = https://github.com/venturemedia/mxml
[submodule "Libraries/AIImageCompare"]
	path = Libraries/AIImageCompare
	url = https://github.com/aleph7/AIImageCompare.git
[submodule "Libraries/mxml"]
	path = Libraries/mxml
	url = https://github.com/venturemedia/mxml.git
[submodule "AIImageCompare"]
	path = AIImageCompare
	url = https://github.com/alejandro-isaza/AIImageCompare
[submodule "Submodules/mxml"]
	path = Submodules/mxml
	url = https://github.com/venturemedia/mxml
[submodule "Submodules/AIImageCompare"]
	path = Submodules/AIImageCompare
	url = https://github.com/alejandro-isaza/AIImageCompare

Then everything's working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants