<?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[Update got me cannot lock ref]]></title><description><![CDATA[<p dir="auto">Got this error message when trying to update, I tried some Google suggestions but none worked. Any suggestions?</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ git pull &amp;&amp; npm install
error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
From https://github.com/MichMich/MagicMirror
 ! [new tag]           v2.13.0    -&gt; v2.13.0  (unable to update local ref)
error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
 ! [new tag]           v2.14.0    -&gt; v2.14.0  (unable to update local ref)
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/14625/update-got-me-cannot-lock-ref</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 18:59:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14625.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Feb 2021 20:51:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Update got me cannot lock ref on Mon, 15 Feb 2021 18:41:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> ok, thanks for your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/88511</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88511</guid><dc:creator><![CDATA[sweup]]></dc:creator><pubDate>Mon, 15 Feb 2021 18:41:03 GMT</pubDate></item><item><title><![CDATA[Reply to Update got me cannot lock ref on Mon, 15 Feb 2021 18:23:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sweup" aria-label="Profile: sweup">@<bdi>sweup</bdi></a> ignore the warning,  use as is</p>
]]></description><link>https://forum.magicmirror.builders/post/88509</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88509</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 15 Feb 2021 18:23:29 GMT</pubDate></item><item><title><![CDATA[Reply to Update got me cannot lock ref on Mon, 15 Feb 2021 16:46:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Thanks! I had to make a git stash but then it worked out.</p>
<p dir="auto">Unrelated - is it “safe” to update Node.js and do a sudo apt update and sudo apt upgrade of the Rpi, or could I expect issues? Sorry for noob Qs</p>
<pre><code>npm WARN npm npm does not support Node.js v10.23.1
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88503</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88503</guid><dc:creator><![CDATA[sweup]]></dc:creator><pubDate>Mon, 15 Feb 2021 16:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to Update got me cannot lock ref on Mon, 15 Feb 2021 18:24:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sweup" aria-label="Profile: sweup">@<bdi>sweup</bdi></a> ok</p>
<pre><code>cd ~/MagicMirror
rm .git/refs/tags/v2.13.0
rm .git/refs/tags/v2.14.0
then the purge refs command again
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88486</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88486</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 15 Feb 2021 18:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to Update got me cannot lock ref on Sun, 14 Feb 2021 22:23:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/88483">Update got me cannot lock ref</a>:</p>
<blockquote>
<p dir="auto">git remote prune origin</p>
</blockquote>
<p dir="auto">thx, I tried this</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ git remote prune origin
pi@raspberrypi:~/MagicMirror $ git pull &amp;&amp; npm install
error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
From https://github.com/MichMich/MagicMirror
 ! [new tag]           v2.13.0    -&gt; v2.13.0  (unable to update local ref)
error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
 ! [new tag]           v2.14.0    -&gt; v2.14.0  (unable to update local ref)
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88484</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88484</guid><dc:creator><![CDATA[sweup]]></dc:creator><pubDate>Sun, 14 Feb 2021 22:23:55 GMT</pubDate></item><item><title><![CDATA[Reply to Update got me cannot lock ref on Sun, 14 Feb 2021 21:47:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sweup" aria-label="Profile: sweup">@<bdi>sweup</bdi></a> try this</p>
<p dir="auto">git remote prune origin</p>
]]></description><link>https://forum.magicmirror.builders/post/88483</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88483</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 14 Feb 2021 21:47:44 GMT</pubDate></item></channel></rss>