i download zip from https://github.com/mc-server/MCServer/
And cut lib folder, and put it on my server.
And cut lib folder, and put it on my server.
Code:
root@raspberrypi:/media/usbstick2/mc# git pull
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# git submodule update --init
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# ./CIbuild.sh
Commit id not set, attempting to determine id from git
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at CMakeLists.txt:33 (string):
string sub-command STRIP requires two arguments.
CMake Error at CMakeLists.txt:35 (message):
Could not identifiy git commit id
-- Configuring incomplete, errors occurred!
root@raspberrypi:/media/usbstick2/mc#