Read the statement by Michael Teeuw here.
Updating to v2.2.0...
-
Can anyone help? I get the same message no matter what I try to do.
-
Just trying to cover all the bases here, but are you on the master branch? You can run
git branchto see. It should say something like:pi@Magic-Mirror:~/ $ cd MagicMirror pi@Magic-Mirror:~/MagicMirror $ git branch * masterThe asterisk denotes which branch is your current one.
If for some reason you’re not on the master branch usegit checkout masterto switch back to the master branch.
Then try runninggit pulland see if anything happens. Hopefully you get a list of files that have been changed. If not, and you don’t see an error messages trygit pull -vto see what errors (if any) you are getting.
Hopefully that all works out, then you can just runnpm installand you should be all set.Good luck.
-
-
okay, try running
rm -f ~/MagicMirror/.git/index.lock
then trygit pullagain. Hopefully you’ll see more than:
Updating b799609..20823bf -
Thank you so much!! That seems to have fixed it!!
image url)