ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

ecto installation fails on 'git submodule update'

asked 2012-02-24 08:16:38 -0500

Pi Robot gravatar image

Hello,

A few months ago I was able to install ecto on an Ubuntu 10.04 machine. Now I'm trying again on a new machine (Ubuntu 11.04) using the instructions found here. The first three steps go OK, but then I get the following error when running 'git submodule update':

patrick@patrick-OptiPlex-745:~/Eclipse/ros/ecto_kitchen$ git submodule update
Cloning into catkin...
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git@github.com:willowgarage/catkin.git' into submodule path 'catkin' failed

Any thoughts on how I can proceed?

Thanks!
patrick

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-02-25 13:38:34 -0500

tfoote gravatar image

It looks like you are checking out over ssh. To do that you'll need to upload your public key to github. The other solution is to change the submodule to use the https url. For development convenience the submodules were likely setup with ssh to make pushing easier.

edit flag offensive delete link more

Comments

@tfoote - Thanks Tully! That was it exactly. Uploading my public key to github fixed it.

Pi Robot gravatar image Pi Robot  ( 2012-02-25 14:44:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-02-24 08:16:38 -0500

Seen: 725 times

Last updated: Feb 25 '12