-
Set your name and email (make sure the email is tied to your GitHub account).
git config --global user.name <YOUR_NAME>
git config --global user.email <YOUR_EMAIL>
- To check global variables, use
git config -l
-
Adding your HPC user SSH key to the ssh-agent
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa