Your GitHub account has no SSH keys. Let's fix that.
ssh-keygen -t ed25519 -C "haynsla-imac-github" -f ~/.ssh/id_githubWhen prompted, enter a passphrase (4-5 random words). Store it in KeePassXC.
ssh-add --apple-use-keychain ~/.ssh/id_githubgh ssh-key add ~/.ssh/id_github.pub --title "haynsla-imac-github"cat >> ~/.ssh/config << 'SSHCONFIG'
# GitHub
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_github
IdentitiesOnly yes
SSHCONFIGssh -T [email protected]Should show: Hi haynsla! You've successfully authenticated...
cd ~/g
git clone --recursive [email protected]:Concurrent-Systems/infra.gitcd ~/g/infra/software/deskguard
python3 deskguard.py --username lynton-hayns