We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Executing: git clone --recursive https://github.com/throwtheswitch/cmock.git
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
The text was updated successfully, but these errors were encountered:
Wow! Seems like we should have caught that long ago. Thanks!
Sorry, something went wrong.
No branches or pull requests
Executing:
git clone --recursive https://github.com/throwtheswitch/cmock.git
return this error:
It is complaining that the url is malformed, should probably be:
instead of:
The text was updated successfully, but these errors were encountered: