Mac Intel Sonoma
Somente abri o terminal, digitei
git —version
E aceitei todos os procedimentos sugeridos pelo MAc
git config --**global** user.email "[email protected]"
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global init.defaultBranch main
Gerando chave SSH
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
touch ~/.ssh/config
open ~/.ssh/config
Cole as linhas abaixo no seu arquivo em branco e depois salve (Cmd + S)
Host github.com AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_ed25519