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

submodule updates fail #10

Closed
nickcounts opened this issue Jan 10, 2018 · 1 comment
Closed

submodule updates fail #10

nickcounts opened this issue Jan 10, 2018 · 1 comment
Milestone

Comments

@nickcounts
Copy link

nickcounts commented Jan 10, 2018

While attempting to build this project, the submodule update process fails on GFS_CI.git

Cloning into 'apps/ci'...
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 'git@github.com:nasa/CFS_CI.git' into submodule path 'apps/ci' failed

It looks like the recent commit in .gitmodules added new apps and used ssh instead of HTTPS. I presume changing them to the form of

[submodule "apps/to"]
	path = apps/to
	url = https://github.com/nasa/CFS_TO.git
[submodule "apps/ci"]
	path = apps/ci
	url = https://github.com/nasa/CFS_CI.git
[submodule "apps/io_lib"]
	path = apps/io_lib
	url = https://github.com/nasa/CFS_IO_LIB.git

will prevent this issue for others.

@the-other-james
Copy link
Contributor

Thanks for the catch!

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