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
As in ThrowTheSwitch/CMock#496 (comment) , executing as suggested in the README.md:
git clone https://github.com/throwtheswitch/cexception.gitreturn this error:
error: object xxxx: gitmodulesUrl: disallowed submodule url: https://github.com:throwtheswitch/unity.gitIt is complaining that the url is malformed, should probably be:
https://github.com/throwtheswitch/unity.gitinstead of:
https://github.com:throwtheswitch/unity.git