You can find the OmegaZone GM Hooks script here:
https://stash.krischel.org:444/projects/PUB/repos/fate-rpg/browse
If you want to git clone, you'll have to skip ssl verification:
git -c http.sslVerify=false clone https://stash.krischel.org:444/scm/pub/fate-rpg.git
After you've cloned, you can permanently skip ssl verification for the repo with this command:
git config http.sslVerify false