CMF
RDK Releases
Documentation
CMF Videos
Support
Support for CMF is provided by the RDK Support group.
To contact RDK Support:
Enter a ticket: https://jira.rdkcentral.com/
or
E-mail: support@rdkcentral.com
Please Note RDK Central Github https://github.com/rdkcentral uses your personal Github ID handle
If you have multiple GitHub accounts, e.g. a public account and a corporate enterprise account use the GitHub account switcher to make sure you are on the correct account before making any changes, just click the account switcher arrows.
Table of Contents |
---|
To access rdkcentral GitHub repositories without having to enter your username/password you must create a PAT and set this in your ~/.netrc
Code Block | ||
---|---|---|
| ||
machine github.com login <Public GitHub userID> password <PAT> |
To create a PAT navigate to Settings - Developer Settings - Personal access tokens - Tokens (classic)
Note: for git actions (clone/push/pr) you need to select at least the following scopes:
repo write:packages
The following things should be checked if you are having issues accessing rdkcentral GitHub private repositories: