Skip to content
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

clone method still fails #6

Closed
rlabs-oss opened this issue Jul 6, 2022 · 4 comments
Closed

clone method still fails #6

rlabs-oss opened this issue Jul 6, 2022 · 4 comments

Comments

@rlabs-oss
Copy link

$ git clone --recursive https://github.com/ElettraSciComp/witmotion_IMU_ros.git src/witmotion_ros
Cloning into 'src/witmotion_ros'...
remote: Enumerating objects: 98, done.
remote: Counting objects: 100% (98/98), done.
remote: Compressing objects: 100% (54/54), done.
remote: Total 98 (delta 46), reused 82 (delta 33), pack-reused 0
Unpacking objects: 100% (98/98), 22.91 KiB | 350.00 KiB/s, done.
Submodule 'witmotion-uart-qt' (git@github.com:ElettraSciComp/witmotion_IMU_QT.git) registered for path 'witmotion-uart-qt'
Cloning into '/home/lab/external-source/src/witmotion_ros/witmotion-uart-qt'...
git@github.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@github.com:ElettraSciComp/witmotion_IMU_QT.git' into submodule path '/home/lab/external-source/src/witmotion_ros/witmotion-uart-qt' failed
Failed to clone 'witmotion-uart-qt'. Retry scheduled
Cloning into '/home/lab/external-source/src/witmotion_ros/witmotion-uart-qt'...
git@github.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@github.com:ElettraSciComp/witmotion_IMU_QT.git' into submodule path '/home/lab/external-source/src/witmotion_ros/witmotion-uart-qt' failed
Failed to clone 'witmotion-uart-qt' a second time, aborting

@twdragon
Copy link
Collaborator

twdragon commented Jul 8, 2022

I tried to reproduce this error without any success. It seems that your Git installation has the wrong SSH keychain setup. You need just to use HTTPS clone protocol or to set up SSH key in your Github account

@rlabs-oss
Copy link
Author

rlabs-oss commented Jul 8, 2022

For users that either do not have a git account, or clone as the example above without setting up the account details, it will fail - this maybe the majority of ros users cloning the repro.

@twdragon
Copy link
Collaborator

twdragon commented Jul 8, 2022

I added already HTTPS to README.

Implementation of sensor settings control is WIP now, hope to do it soon. @rlabs-oss please do not mix the thread handling different issues.

@rlabs-oss
Copy link
Author

. @rlabs-oss please do not mix the thread handling different issues.

noted. thank you for working on the sensor settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants