Zuerst folgende Befehle im Terminal absetzen
git config --global user.name "John Doe"
git config --global user.email <a href="mailto:john.doe@example.com">john.doe@example.com</a>
Wenn noch nicht vorhanden eine Private / Public Key anlegen
ssh-keygen -t rsa -b 4096 -C john.doe@example.com
Public Key hinzufügen
- Login auf https://git.egocms.com
- den eigenen Public Key hinzufügen auf der Seite
https://git.egocms.com/profile/keys - cat ~/.ssh/id_rsa.pub