Read the statement by Michael Teeuw here.
Update MagicMirror issue
-
Hi, please can someone help me. I am very new to all this and am having an issue updating my MM. Please can someone assist me with this as I have attempted some troubleshooting, but for the most part I’m not sure what I am doing.
Thank you
pi@raspberrypi:~/MagicMirror $ git pull
*** Please tell me who you are.
Run
git config --global user.email “you@example.com”
git config --global user.name “Your Name”to set your account’s default identity.
Omit --global to set the identity only in this repository.fatal: empty ident name (for ) not allowed
-
@lloydrip said in Update MagicMirror issue:
M. Pl
It looks like git wants an e-mail address to perform the pull request. Just follow the instructions and you should be good to go.
Run git config --global user.email "you@example.com" git config --global user.name “Your Name”
As long as you don’t commit and push back to a repository it doesn’t really matter what you put in there.