When I try to pull from a private repository, authentication fails with remote: Invalid username or password.
More specifically, I take the following steps:
In the dropdown menu on the New Project button on https://rstudio.cloud/projects, I select "New Project from Git Repository". (I have github authentication enabled also for private repo access under https://login.rstudio.cloud/identity/authentication). This works fine for private (and of course also public) github repositories.
For private repositories (I am the owner), I am asked for my credentials when I want to pull from the remote github repository (which fails as described above).
Of course, the username and the password are the same that I had to indicate when I enabled github access in the authentication section of my settings in rstudio cloud.
When the repository is public pulling and all other github interactions work just fine.
Am I missing something obvious? Thanks for your help!