2024-06-17 11:49:12 +00:00
|
|
|
All the legacy code 'n' stuff from the "home" directory of the legacy server, for all things Gossamer Forums related.
|
2024-06-17 12:29:29 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|