Hi Im newbie working with this stuff and got this bug, anyone have recommendation or clue, many thanks
imghttps://i.postimg.cc/NLMskVZS/Screenshot-from-2023-02-25-02-04-37.png/url
Hi Im newbie working with this stuff and got this bug, anyone have recommendation or clue, many thanks
imghttps://i.postimg.cc/NLMskVZS/Screenshot-from-2023-02-25-02-04-37.png/url
Hi nitrogamestudios@gmail.com
I assume you read the tutorial on https://asm32.info/fossil/asmbb/index
You need to replace %path_to_repositories%
with the directory/folder path in your system
cd /home/nitro/web
Then you current directory is /home/nitro/web
fossil clone https://asm32.info/fossil/repo/asmbb ./asmbb.fossil
Then you see asmbb.fossil file in /home/nitro/web
mkdir asmbb
cd asmbb
You may need to delete all file in this directory if /home/nitro/web/asmbb
is not empty (with this cmd rm -rf /home/nitro/web/asmbb
: PLEASE CAREFULL, DO NOT DELETE ALL YOU SYSTEM )
You're in /home/nitro/web/asmbb
so the asmbb.fossil is at this path ../asmbb.fossil
fossil open ../asmbb.fossil
fossil update