
Using 1Password SSH Keys with Git in RStudio on Windows
Posted 4th June 2026
No comments
Getting RStudio to authenticate Git operations via 1Password-managed SSH keys on Windows requires three small but non-obvious fixes: pointing Git at the Windows OpenSSH client, correcting RStudio’s HOME directory, and explicitly configuring SSH-based commit signing.

Connect an RStudio project to Github
Posted 23rd March 2022
No comments
Use GitHub to back-up your R projects within RStudio and ensure you maintain version control.