UBCMOCCA / SymmetricRL

Repo for "On Learning Symmetric Locomotion"
https://www.cs.ubc.ca/~van/papers/2019-MIG-symmetry/index.html
45 stars 12 forks source link

while git clone the submodule, always denied by the gihub.I wonder why is this happen.. #18

Open ma1ze opened 4 years ago

ma1ze commented 4 years ago

Fetching submodule .environments Already up to date. Cloning into '/home/dyj/SymmetricRL/cassie_sim_to_real'... git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@gitlab.com:zxieaa/cassie_sim_to_real.git' into submodule path '/home/dyj/SymmetricRL/cassie_sim_to_real' failed Failed to clone 'cassie_sim_to_real'. Retry scheduled Cloning into '/home/dyj/SymmetricRL/cassie_sim_to_real'... git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@gitlab.com:zxieaa/cassie_sim_to_real.git' into submodule path '/home/dyj/SymmetricRL/cassie_sim_to_real' failed Failed to clone 'cassie_sim_to_real' a second time, aborting

farzadab commented 4 years ago

It seems like the problem is that one of the submodules (i.e. the one that has the MuJoCo Cassie) is hosted on Gitlab. A quick way to fix it on your end if you have a Gitlab account is to add your public_key to your Gitlab account as well, or instead change the submodule path to use the HTTPS version. On our side, I'll also see if switching to the HTTPS version would solve it for everyone. Thanks for pointing this out.

ma1ze commented 4 years ago

Thanks a lot! It works well now ><