Where is RStudio storing my Github account/connection?

I need to periodically "blank slate" my RStudio installation on a Mac so I can walk students through setup procedures, replicating things exactly as they see them.

To do this, I run the following commands via a script to delete RStudio and any of its related preferences/settings:

rm -rf /Applications/RStudio.app
rm -rf ~/.config/rstudio
rm -rf ~/Library/Application\ Support/RStudio
rm -rf ~/.local/share/rstudio/

However, after reinstalling RStudio, if I go to Tools > Global Options > Copilot and check "Enable GitHub Copilot" it indicates "You are currently signed in as: susanBuck".

What setting/config/file do I need to delete to get RStudio to not remember this connection?

This topic was automatically closed 90 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.