<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error on update: "Please tell me who you are." ?]]></title><description><![CDATA[<p dir="auto">Trying to apply the latest updates:</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ git pull &amp;&amp; npm install</p>
<p dir="auto">*** Please tell me who you are.</p>
<p dir="auto">Run</p>
<p dir="auto">git config --global user.email “<a href="mailto:you@example.com" target="_blank" rel="noopener noreferrer nofollow ugc">you@example.com</a>”<br />
git config --global <a href="http://user.name" target="_blank" rel="noopener noreferrer nofollow ugc">user.name</a> “Your Name”</p>
<p dir="auto">to set your account’s default identity.<br />
Omit --global to set the identity only in this repository.</p>
<p dir="auto">fatal: empty ident name (for ) not allowed</p>
]]></description><link>https://forum.magicmirror.builders/topic/5030/error-on-update-please-tell-me-who-you-are</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 01:27:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5030.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Oct 2017 13:49:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error on update: "Please tell me who you are." ? on Mon, 02 Oct 2017 21:03:56 GMT]]></title><description><![CDATA[<p dir="auto">Ah, OK, seems simple enough.<br />
But why has this not been an issue before with previous MM updates?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/28906</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28906</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Mon, 02 Oct 2017 21:03:56 GMT</pubDate></item><item><title><![CDATA[Reply to Error on update: "Please tell me who you are." ? on Mon, 02 Oct 2017 18:50:45 GMT]]></title><description><![CDATA[<p dir="auto">Check this out:<br />
<a href="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup" target="_blank" rel="noopener noreferrer nofollow ugc">https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup</a><br />
Read under “Your Identity”</p>
<p dir="auto">You need to do two commands and change everything that is in quote marks ("):</p>
<ol>
<li>
<pre><code>git config --global user.email "Richard238@hotmail.com"
</code></pre>
</li>
<li>
<pre><code>git config --global user.name “Richard Doe”
</code></pre>
</li>
</ol>
<p dir="auto">Does that makes sense? I had some trouble too at first</p>
]]></description><link>https://forum.magicmirror.builders/post/28895</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28895</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Mon, 02 Oct 2017 18:50:45 GMT</pubDate></item></channel></rss>