Why wstool update never finishes?

asked 2015-12-11 05:47:32 -0500

nic gravatar image

updated 2015-12-11 05:47:57 -0500

I am trying to use wstool to fetch a couple of packages from github, but when I try to update it gets stuck at "Cloning into" and never finishes... What could be wrong? Is the package incompatible somehow, should it even work?

 $ wstool update -t src
Prepare updating git://github.com/ktossell/libuvc_ros.git (version master) to /home/nlw/ros_catkin_ws/src/libuvc_ros
Url git@github.com:ktossell/libuvc_ros.git does not match git://github.com/ktossell/libuvc_ros.git requested.
  (d)elete and replace, (a)bort, (b)ackup and replace, (s)kip: d
[actionlib] Updating /home/nlw/ros_catkin_ws/src/actionlib
[actionlib] Done.
[angles] Updating /home/nlw/ros_catkin_ws/src/angles
[angles] Done.
[basler_camera] Fetching git://github.com/shadow-robot/basler_camera (version master) to /home/nlw/ros_catkin_ws/src/basler_camera
Cloning into '/home/nlw/ros_catkin_ws/src/basler_camera'...
edit retag flag offensive close merge delete

Comments

What happens if you git clone that repository manually?

dornhege gravatar image dornhege  ( 2015-12-11 06:33:17 -0500 )edit

Manually it works just fine.

nic gravatar image nic  ( 2015-12-11 06:53:33 -0500 )edit