ssh-keygen -t ed25519 -C "[email protected]"replace [email protected] with your mail address
git config --global user.name "yourusername"
git config --global user.email "[email protected]"replace yourusername & "[email protected]"
ssh-keygen -t ed25519 -C "[email protected]"replace [email protected] with your mail address
git config --global user.name "yourusername"
git config --global user.email "[email protected]"replace yourusername & "[email protected]"