It is often necessary to setup SSH keys. You can do this via the following:
ssh-keygen -t ed25519 -C "email.com" ssh-add ~/.ssh/id_ed25519
Then `cat ~/.ssh/id_ed25519.pub` to Github SSH keys.