Logo TheBeArsenal

Git | Technical Handbook

Set git username and email in terminal

Solution
1. git config --global user.name "Name"
2.git config --global user.email "email@domain.com"