Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

it is recommended to put credentials in a ~/.netrc

Code Block
languagebash
themeRDark
# RDK Central Github
machine github.com
    login <Public GitHub userID>
    password <PAT>

# RDK Central Gerrit
machine code.rdkcentral.com
    login <rdkcentral sso email address>
    password <PAT> 

...