I'm new to git and I'm trying to upload my local directory to my Github. However, when I'm asked to set my account's default identity
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
my terminal keeps giving me error:
error: could not lock config file C:/Users/marun/emacs/.gitconfig: No such file or directory
I downloaded emacs before but I deleted it since I seldom used it. How can I solve the problem? Thanks!