Need help, just updated the server hardware to version 8, i tried to check for updates to the webUI and i get this message:
root@core ~# cd /usr/games/minecraft
root@core games/minecraft# git fetch
root@core games/minecraft# git merge origin/master
error: Your local changes to the following files would be overwritten by merge:
server.js
Please, commit your changes or stash them before you can merge.
Aborting
root@core games/minecraft#
I have no clue what this is, any help is appreciated.
Also i keep getting this message:
root@core ~# cd /usr/games/minecaft
-bash: cd: /usr/games/minecaft: No such file or directory
root@core ~# cd /usr/games/minecraft
root@core games/minecraft# git fetch
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0
Unpacking objects: 100% (3/3), done.
From https://github.com/hexparrot/mineos-node
e5bc12b…93ab5e1 master -> origin/master
root@core games/minecraft# git merge origin/master
fatal: You have not concluded your merge (MERGE_HEAD exists).
Please, commit your changes before you can merge.
root@core games/minecraft#