Your Docusaurus site did not load properly.

A very common reason is a wrong site baseUrl configuration.

Current configured baseUrl = /Gitzer/

We suggest trying baseUrl =

Getting Gitzer

Installing Gitzer#

Gitzer provides a custom installer that will install gitzer isolated from the rest of your system by vendorizing its dependencies. This is the recommended way of installing Gitzer.

curl -sSL https://raw.githubusercontent.com/IgnisDa/Gitzer/main/get-gitzer.py | python
# OR on UBUNTU
curl -sSL https://raw.githubusercontent.com/IgnisDa/Gitzer/main/get-gitzer.py | python3

Uninstalling Gitzer#

Gitzer can be completely uninstalled from your system by running the get-gitzer.py script with the -u flag.

curl -sSL https://raw.githubusercontent.com/IgnisDa/Gitzer/main/get-gitzer.py -o get-gitzer.py
python get-gitzer.py --uninstall
# OR on UBUNTU
python3 get-gitzer.py --uninstall