From 08eb7b7da21943846ac6d0108fca3d646c07cd53 Mon Sep 17 00:00:00 2001 From: dsainty Date: Mon, 17 Jun 2024 22:29:29 +1000 Subject: [PATCH] Add note to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f81ba62..0acf3b4 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ All the legacy code 'n' stuff from the "home" directory of the legacy server, for all things Gossamer Forums related. + +To address git push with gitea and Git "fatal: The remote end hung up unexpectedly": + +git config --global http.postBuffer 1048576000 +git config --global http.lowSpeedLimit 0 +git config --global http.lowSpeedTime 999999 +