TUMcps / human-robot-gym

19 stars 4 forks source link

git clone with submodules asking password #9

Open meghbhalerao opened 3 hours ago

meghbhalerao commented 3 hours ago

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: 
Screenshot 2024-11-15 at 3 40 47 PM

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!

meghbhalerao commented 3 hours ago

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!