Node-red projects doesn't authenticate against remote repo

Authentication required for repository https://github.com/.... Each time I enter correct credentials, but still getting the same message.

Hi @alexisayenko

Are you using your GitHub username and password? If so, GitHub recently disabled that type of authentication. You need to generate a personal access token via gihub settings and use that in place of your password.

Check the GitHub dev blog about the change.

1 Like

Or you can setup github to authenticate using ssh keys.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.