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 +