GitHub PAT works in RStudio with `usethis` package as admin but not as non-admin user on Windows
As an admin user, I run gitcreds::gitcreds_set()
. I enter the PAT, and it works. I can verify it with gitcreds::gitcreds_get()
and use it for GitHub operations like usethis::create_from_github()