It looks like a lot of steps here; just be patient and follow each step in order. I’ve put checkboxes at the start of each step so you can check them off as you go.
Make sure your username is professional
Use a professional email address that you won’t lose access to (e.g., gmail)
If you are a UofG INP staff/student, you can access the Glasgow Psychology RStudio site and skip the rest of this step.
If you are working from your own computer, follow the next 3 sub-steps:
You can check if git is already installed on your computer by going to Shell... under the Tools menu (or just open a terminal window) and typing which git. If you get an answer like /usr/local/bin/git then git is already installed. If not, install git and then use which git to check where it is installed.
Go to Global Options... from the Tools menu and set the location of your Git executable to the location from the previous step.
Go to Shell... under the Tools menu and paste in the following text. Make sure to replace GITHUBLAB_EMAIL with the email address you used for github/lab and GITHUBLAB_USERNAME with your github/lab username.
git config --global user.email "GITHUBLAB_EMAIL" git config --global user.name "GITHUBLAB_USERNAME"
View public key and copy the contents of the boxRStudio server as the title (or My Computer Name if on your own computer)Key box
Now you are ready to create your first project!