Configuring Existing GitHub Repository?
In CB 2.1.0.0, I am trying to add an existing GitHub repository under the SCM Repositories tab for a project. It prompts me for the repository name, URL, username, password, and the SCM loop setting. However, when I attempt to save I get the error:
SCM Error: remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/pathto/repo'
I did see a reference to using sshpass so I installed that and restarted CB but it didn't give me an SSH option and I'm still limited to the username/password. How can I add the external GitHub repo?

