Git and SSH
TIL: git clone [email protected]:fcbertoldi/todo_django.git uses the SSH protocol, so it is a shortcut to git clone ssh://[email protected]:fcbertoldi/todo_django.git https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols $ git clone [user@]server:project.git The SSH service uses the same user git for all GitHub, as it is a convention to have the user name the same as the service. https://stackoverflow.com/questions/47664768/why-does-git-using-ssh-use-git-as-a-username