Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configure you ssh keys

In case you're using Git for the first time in RStudio, you will need to create your ssh key in the Tools > Global Options Menu : 

Image Added

Once created, you can view the corresponding public key to add it to your hosting provider (Github, Gitlab...) in order to be able to push your code to these remote repositories.

Warning

In case ssh-keygen is not available in your platform you can ask an admin to install it with the folowwing commands : 

sudo apt-get update

sudo apt-get -y install openssh-client

Create a project from an existing repository

...