-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't pull request from git in step 1. Configuring Your Development Environment #54
Comments
you should read the github docs https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey to configure the ssh key |
Hi I have this issue too. I have added my ssh public key to github.com and I'm able to pull the Robotics-Nav2-SLAM-Example but it stucks again when it try to download submodule ROS-TCP-Endpoint. Here is the error message: `C:\Users\myname\ws\ros2Unity>git clone --recurse-submodule git@github.com:Unity-Technologies/Robotics-Nav2-SLAM-Example.git Please make sure you have the correct access rights Please make sure you have the correct access rights C:\Users\alngu\ws\ros2Unity> |
Same issue here, anyone with a solution ? |
the easiest way to solve the problem is to clone the repository through HTTPS |
I installed the git cli
I entered the code: git clone --recurse-submodule git@github.com:Unity-Technologies/Robotics-Nav2-SLAM-Example.git
here is the response I got
git clone --recurse-submodule git@github.com:Unity-Technologies/Robotics-Nav2-SLAM-Example.git
Cloning into 'Robotics-Nav2-SLAM-Example'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
The text was updated successfully, but these errors were encountered: