Setup your git account - jniedzie/SVJanalysis_wiki GitHub Wiki

Before you install the FW, you need to set up your git account.

git config --global user.name '<your name> <your last name>'
git config --global user.email '<your e-mail>'
git config --global user.github <your github username>

Replace by what corresponds for you (without the <>).

To check that the config is correct, do:

git config --list

We recommend that you setup an SSH key for cloning / pushing / pulling.
See instructions here to generate a new key and here to add the key to your account. Warning: if you have a MacOS laptop, you will automatically be given MacOS instructions, but the remote machines on the T3 are Linux machines, so you should follow Linux instructions.
You can test that everything went fine by following instructions here.

⚠️ **GitHub.com Fallback** ⚠️