The Git tells you to set your identity before doing git operations. So, complete that by entering the git commands.
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
THese commands are used to set your identity to your git terminal after setting this up. you can able to do the git operations you want
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…