You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pliski -- were you pulling the main branch when you received this error? I'm a little confused because, looking at .gitmodules, the URL is correctly formed already?
As in ThrowTheSwitch/CMock#496 (comment) , executing as suggested in the README.md:
git clone https://github.com/throwtheswitch/cexception.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: