How to Install project
First you will need to istall the following 👍
Create a User account on git0
Visit -> https://git.mihajlociric.com
Create an access token
This token will serve to link your fork client to the git server, dont forget to save it somewhere safe if you want to reuse it on another PC. You can always recreate a new token for another machine.
token creation 🔏
- Go to your User Settings -> Applications tab

In the Manage Access Tokens :
Add token to your FORK client
In Fork :
File > Accounts > + button

Clone the project
Find the git Repo on https://git.mihajlociric.com
Use the Green <>Code<> to copy the https link to the repo
In Fork :
File > Clone > paste the repo link and clone the project
Last step
git config http.postBuffer 524288000
git config http.keepAlive true
git config --global http.version HTTP/1.1
And that is it ! 🎊