In the email setting, check the two box to keep email address secret.
"").
git config –global user.name “Your Name” git config –global user.email “yourname@example.com”
!!be sure to include the quote""
git config –global init.defaultBranch main
git config –global color.ui auto
git config –global pull.rebase false
ls ~/.ssh/id_ed25519.pub
no quotes ssh-keygen -t ed25519 -C yourmail@example.com
When prompted for a location to save the key, press enter
It is best to set a passphrase but not required.
!!Donotinclude quote””
settings -> SSH and GPG keys -> New SSH Key(green button top right)!! include the .epub !!, should begin with ssh-ed25519, and finish with your email)
Authentication KeyAdd SSH key