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

Revision history [back]

click to hide/show revision 1
initial version

Have you tried to configure a system wide proxy in /etc/environment? Add something similar to this to /etc/environment

http_proxy=http://[user:password@]proxy_server:port/
https_proxy=https://[user:password@]proxy_server:port/

I guess rosdep init directly downloads the file from the link and does not use apt to get the file. So your proxy config for apt will not be used...