Got it, thank you. So, if I understand correctly, RStudio Cloud users cannot use the "New Project from Git Repository" workflow with SSH Git authentication, since the SSH authentication needs to be configured in each new project, before linking with GitHub. Attempts at cloning via SSH into a brand new project will fail due to lack of authentication. Instead, RStudio Cloud users who want to clone a GitHub repo using "New Project from Git Repository" must supply the HTTPS URL from GitHub, then push/pull etc. inside that project using HTTPS authentication, supplying the PAT in place of a password. Is that right?
2 Likes