You must generate a key to be able to clone and work with the SPM repository. To do this, in your GitHub account go to “Organizations” and then in the left panel press “SSH and GPG keys”. In “SSH keys”, press the green button “New SSH key”
Add a title to your key in the field “Title”. Then, in the field “Key”, copy-paste the key you will generate with the following steps:
Open a terminal and in your home directory type:
ssh-keygen-ted25519-C*your_email*
It will ask you to “Enter passphrase (empty for no passphrase):”. You can press enter and not create a passphrase or set one that you will have to confirm later.