Clone
4
HOW TO
count0 edited this page 2025-05-04 17:42:30 +01:00

How to Install project

First you will need to istall the following 👍

Create a User account on git0

Visit -> https://git.mihajlociric.com

  • Register using DISCORD

  • Once you create your account pleas sign out and sign back in once to update permissions

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

img

In the Manage Access Tokens :

  • Give your token a Name,

  • Open permission settings and select the relevant permissions and add : Write & Read

  • For your own personal token you can set all permissions to : Write & Read

  • Generate the token and copy it

Add token to your FORK client

In Fork :

File > Accounts > + button

img2

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

  • Open "Console" using the button in top right corner of the fork window

  • Copy and Paste the following commands

git config http.postBuffer 524288000

git config http.keepAlive true

git config --global http.version HTTP/1.1

  • Press enter

And that is it ! 🎊