do you have ssh keys?
ls -al ~/.sshIf "no such file" then create them
ssh-keygen -t ed25519 -C "<your email>"save to default file
if group resource set a passphrase
ls -l
cat ~/.ssh/id_ed25519.pubIdentify your public and private key
ssh -T git@github.comgit branchgit remote -vcd ../
mkdir planets_collab
cd planets_collabgit clone git@github.com/Remote repository
git push origin maingit pull origin main