I run - git clone --recurse-submodules git@gitlab.lrz.de:cps-rl/human-robot-gym.git in my terminal and I get the following prompt -
Cloning into 'human-robot-gym'...
git@gitlab.lrz.de's password:
but when I do not use recurse submdules i.e. just the following command -
git clone git@github.com:TUMcps/human-robot-gym.git
it is able to clone.
am I missing something here? It looks like the old and new owner of the repo is different and hence maybe the issue is happenning - could you please confirm this?
Edit - git clone --recurse-submodules git@github.com:TUMcps/human-robot-gym.git seems to be working, so maybe it is a typo in the readme, but it would be great to confirm this. thanks!
I run -
git clone --recurse-submodules git@gitlab.lrz.de:cps-rl/human-robot-gym.git
in my terminal and I get the following prompt -but when I do not use recurse submdules i.e. just the following command -
git clone git@github.com:TUMcps/human-robot-gym.git
it is able to clone.am I missing something here? It looks like the old and new owner of the repo is different and hence maybe the issue is happenning - could you please confirm this?
thanks!