9 lines
339 B
Markdown
9 lines
339 B
Markdown
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
|
|
|