-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support submodules #18
Comments
Any update on this? |
You can achieve this by allowing the helper for submodules. |
What is the fix if the git repo and submodules are hosted in a different AWS account. Pls see below the messages I get in this case. Cloning into '(path)'...
fatal: repository 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/my-repo/' not found
fatal: clone of 'codecommit://my-repo' into submodule path 'somePath' failed
Failed to clone 'myGitPath' a second time, aborting PS: The repo was cloned using git-remote-codecommit |
Same problem here. This didn't help me unfortunately: |
This worked fine for me, but I made a pervious step by replacing the "https://git-host-name/repo-name" by "codecommit://repo-name" in the .gitmodules file. |
Attempting to add a submodule via
codecommit://
scheme results in:The text was updated successfully, but these errors were encountered: