To work with private GIT repos or to commit files, it's necessary to identify yourself. This is done via SSH Keys. Do this on all devices which you like to use with the GIT server (and in your I-MATH thinlinc session if you use it).
Setup SSH keys (per device) - HowTo create private/public ssh keys
Linux: On your device/session, push the keys to your ssh-agent
eval "$(ssh-agent -s)"
- Do a test:
Via ssh: ssh -T git@git.math.uzh.ch (do not replace git with your username, use git@git.math.uzh.ch as written).
- By cloning a repo.