Skip to content
Redjeepkaiser edited this page May 24, 2023 · 4 revisions

Welcome to the dnt-hulk wiki!

Possible Errors

Here is a list of some possible errors that could occur when installing the repo.

Git Lfs file error

Downloading docs/Wet_Floor.jpg (66 KB)
Error downloading object: docs/Wet_Floor.jpg (6ae2160): Smudge error: Error downloading docs/Wet_Floor.jpg (6ae216002c6fec5c00a970fc1680279b46edfe0b2a4a98ffc3cb2a43fdad3f60): [6ae216002c6fec5c00a970fc1680279b46edfe0b2a4a98ffc3cb2a43fdad3f60] Object does not exist on the server: [404] Object does not exist on the server

Errors logged to dnt-hulk/.git/lfs/logs/20230408T205501.997204751.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: docs/Wet_Floor.jpg: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Solution

git lfs uninstall
sudo apt remove git-lfs

LuaJit Error

Could not find system library 'luajit' required by the 'mlua'.

Solution

sudo apt-get install libluajit-5.1-dev
Clone this wiki locally