From 7b052e884458f5caeb9574f22186b3736a793de7 Mon Sep 17 00:00:00 2001
From: Sebastian Moser <64004956+c2vi@users.noreply.github.com>
Date: Mon, 02 Jun 2025 05:56:51 +0000
Subject: [PATCH] docs: added note to not forget to add https:// to the plausible-host (for #1337) (#2000)

---
 docs/setting up your GitHub repository.md |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/docs/setting up your GitHub repository.md b/docs/setting up your GitHub repository.md
index 43a556d..2a753e8 100644
--- a/docs/setting up your GitHub repository.md
+++ b/docs/setting up your GitHub repository.md
@@ -34,6 +34,13 @@
 > [!warning]- `fatal: --[no-]autostash option is only valid with --rebase`
 > You may have an outdated version of `git`. Updating `git` should fix this issue.
 
+> [!warning]- `fatal: The remote end hung up unexpectedly`
+> It might be due to Git's default buffer size. You can fix it by increasing the buffer with this command:
+>
+> ```bash
+> git config http.postBuffer 524288000
+> ```
+
 In future updates, you can simply run `npx quartz sync` every time you want to push updates to your repository.
 
 > [!hint] Flags and options

--
Gitblit v1.10.0