You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -604,3 +605,27 @@ be reviewed by two maintainers and must pass the automatic tests.
604
605
- bump the version of https://dl.gitea.com/gitea/version.json
605
606
- merge the blog post PR
606
607
- announce the release in discord `#announcements`
608
+
609
+
Here's the README content based on the screenshot, excluding the second step:
610
+
611
+
---
612
+
613
+
## Troubleshooting Issues
614
+
615
+
If you encounter errors during the local setup after forking the repository, such as issues with cloning or missing dependencies, here are the steps to resolve them:
616
+
617
+
-**Issue:** Cloning fails with errors like `curl error: RPC failed` or `HTTP/2 stream was not closed cleanly`.
618
+
619
+
-**Solution:**
620
+
1. Increase the HTTP buffer size:
621
+
```sh
622
+
git config --global http.postBuffer 524288000
623
+
```
624
+
2. To reduce the size of data fetched during the initial clone, you can use:
0 commit comments