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

Disallowed submodule url #496

Open
pliski opened this issue Jan 23, 2025 · 1 comment
Open

Disallowed submodule url #496

pliski opened this issue Jan 23, 2025 · 1 comment

Comments

@pliski
Copy link

pliski commented Jan 23, 2025

Executing:
git clone --recursive https://github.com/throwtheswitch/cmock.git

return this error:

error: object xxxx: gitmodulesUrl: disallowed submodule url: https://github.com:throwtheswitch/unity.git

It is complaining that the url is malformed, should probably be:

https://github.com/throwtheswitch/unity.git

instead of:

https://github.com:throwtheswitch/unity.git
@mvandervoord
Copy link
Member

Wow! Seems like we should have caught that long ago. Thanks!

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

2 participants