CODEBERG (Could work with github)
SSH AUTENTIFICACION
git config --global user.name "John Doe"
git config --global user.email "johnDoe123@email.com"
ssh-keygen -t ed25519 -a 100
[Press enter to select default]
set pwd
cat ~/.ssh/id_ed25519.pub
Copy ssh-ed... to the end without user@algo
Add this in codeberg -> config -> add ssh
Setup user to commit
Do as the msg says but the email should be the one that has the @noreply in user settings Profile at the bottom