ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
For MFA, you have to setup bloom with an oauth token: http://wiki.ros.org/bloom/Tutorials/GithubManualAuthorization . In short, besides the URL rewrites, you also need to add a file ~/.config/bloom
that contains something like:
{"github_user": <your-user>, "oauth_token": <your-token>}