[Env: RStudio Version 1.4.1106, R version 4.0.2]
Since github disallowed authentication via userid/password, I've had problems pushing project updates from RStudio. I have a github PAT setup and installed in .renviron but it seems to have no effect.
.renviron
I describe what I've tried at https://stackoverflow.com/questions/69305874/authenticating-to-github-from-rstudio and hope someone here can help
I haven't got around to doing this globally, yet, but this works on a repo-by-repo basis
git remote set-url origin git@github.com:username/repo.git
in the project's .git directory. (Not at all obvious.)
.git
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.