-
Notifications
You must be signed in to change notification settings - Fork 40
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
Issue with install #21
Comments
You are using SSH to clone the repo the keys of which I'm afraid you have not configured correctly. Use the alternative method of cloning using https instead of SSH. |
You should use.
git clone http:...... Link
Instead of
git clone SSH.... Link
On Feb 22, 2017 1:44 PM, "Shivang Tripathi" <[email protected]> wrote:
You are using SSH to clone the repo the keys of which I'm afraid you have
not configured correctly. Use the alternative method of cloning using https
instead of SSH.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAYqeCpGm6vQJrqXWmSw30CGFuvejYNks5rfB-kgaJpZM4LrPks>
.
|
do you guys know how to install it for kinetic when i try catkin_make it says error:shared_ptr in namespace std does not name a template type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
For reference, I am using Ubuntu 14.04 and ROS Indigo.
I am trying to follow your install, and this is what I have done so far:
Create new catkin_ws by following the link you provided
cd /src
catkin_ws/src$ wstool init //this line was from another issue posted because I had an error without it
wstool set youbot_manipulation --git [email protected]:svenschneider/youbot-manipulation.git --version=indigo
wstool update youbot_manipulation //This is where I got the error below
After step 5) I received this error:
cody@cody-Aspire-M5-582PT:~/catkin_ws/src$ wstool update youbot_manipulation
[youbot_manipulation] Fetching [email protected]:svenschneider/youbot-manipulation.git (version indigo) to /home/cody/catkin_ws/src/youbot_manipulation
Cloning into '/home/cody/catkin_ws/src/youbot_manipulation'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Exception caught during install: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/cody/catkin_ws/src/youbot_manipulation failed.
ERROR in config: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/cody/catkin_ws/src/youbot_manipulation failed.
cody@cody-Aspire-M5-582PT:~/catkin_ws/src$
Do you have any idea why I am getting this error?
Thanks,
Cody
The text was updated successfully, but these errors were encountered: