You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the commands to clone SynologyPythonMiniProbe within Git Bash:
'git clone https://github.com/wizzbitnl/SynologyPythonMiniProbe.git'
Result: 'Unpacking objects 1100% 928/28), done'
'cd SynologyPythonMiniProbe'
'git submodule update --init --recursive'
Results in a 'Server does not allow request for unadvertised object xxx' error.
Tried it on Github Desktop, Github GUI and Git Bash,
What am I doing wrong??
The text was updated successfully, but these errors were encountered:
nothing, its broken.
manually copy from https://github.com/PRTG/PythonMiniProbe/ to PythonMiniProbe
also , open up INFO file in text editor, manually go through make.sh, and copy everything by hand ( for checksum, use md5sum on ubuntu; execute the PACKAGE_ICON lines and do an "echo $PACKAGE_ICON" then copy the whole output by hand to the respective lines, replacing the @package_icon@ phrase
Running the commands to clone SynologyPythonMiniProbe within Git Bash:
'git clone https://github.com/wizzbitnl/SynologyPythonMiniProbe.git'
Result: 'Unpacking objects 1100% 928/28), done'
'cd SynologyPythonMiniProbe'
'git submodule update --init --recursive'
Results in a 'Server does not allow request for unadvertised object xxx' error.
Tried it on Github Desktop, Github GUI and Git Bash,
What am I doing wrong??
The text was updated successfully, but these errors were encountered: