From 91aba67da32c9c1226b6488fff78bc4ad4f883ed Mon Sep 17 00:00:00 2001 From: count0 Date: Sun, 4 May 2025 16:48:52 +0100 Subject: [PATCH] Add HOW TO --- HOW-TO.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 HOW-TO.md diff --git a/HOW-TO.md b/HOW-TO.md new file mode 100644 index 0000000..7b5c4b7 --- /dev/null +++ b/HOW-TO.md @@ -0,0 +1,68 @@ +# How to Install project + +## First you will need to istall the following 👍 + +- [ ] Git bash latest version -> [https://git-scm.com/downloads](url) + +- [ ] Git FORK Gui client -> https://git-fork.com/ + +## 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 + + 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 + +- [ ] Select Gitea (tea cub icon) +- [ ] Log into: https://git.mihajlociric.com with your TOKEN you created earlier +- [ ] Press sign in + +# 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 ! 🎊 \ No newline at end of file