uwgraphics / relaxed_ik_ros1

Public Repository for the Wrappers for ROS1 for RelaxedIK
MIT License
14 stars 18 forks source link

Permission denied (publickey) when running: sudo git submodule update --init #2

Closed JCampbell9 closed 2 years ago

JCampbell9 commented 2 years ago

When I get to the step to run: sudo git submodule update --init I get the return: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Leading to it failing to clone the repo.

I can get around this by deleting the relaxed_ik_core directory and cloning the one it links to. But I then run into the same issue #1 .

djrakita commented 2 years ago

Thanks, I'll fix this permissions issue.

djrakita commented 2 years ago

Thanks, I'll fix this permissions issue.

Actually, the permissions look fine. I think you may need to set up an ssh key on your github account (this looks like a good resource for that if needed: https://predictivehacks.com/how-to-add-an-ssh-key-to-github/). If this doesn't work, just let me know.

JCampbell9 commented 2 years ago

Ahhh I didn't realized it used ssh vs https. That fixed the permission issue, thank you!