ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Did not work for me. This did though as root in my .bashrc file. user is a valid user that can go outside proxy, not 'root'.
export http_proxy="user@server:port" export https_proxy="user@server:port"
You need BOTH env variables.