I have been using GH for years and I am now getting "password authentication was removed" messages when I push. I used Chapter 10 from Happy Git With R and setup a new PAT using:
usethis::create_github_token()
and then
library(credentials)
set_github_pat()
It seemed to work but I am still getting same error. How do I tell RStudio/git to stop using my old password and use the newly setup token?