Setup part 2: Git and SSHΒΆ

Before installing and using CoLRev, please install git and set up credentials (using the shell / Ctrl+Alt+T):

sudo apt update && sudo apt install git
git config --global user.name "Lisa Smith"
git config --global user.email "lisa.smith@stud.uni-bamberg.de"
git config --global credential.helper store

Verify that the credential were correctly set up:

cat ~/.gitconfig

If credentials were set up incorrectly, please rerun the commands above.

Create a SSH key pair and register the public key at Github (steps).