React course/ using git

hi dears
I am studying react course and I am at the beginning of the final project which we should use git for controlling the changes and …

I face this pm when I want to save the changes and commit it

do you know how to handle it?

I don’t know where should I enter the info that the error mentions

thank you

Hi you can exec the below commands to set:

git config --global user.name "YourUsername"

git config --global user.email "youremail@example.com"
1 Like