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
Copy file name to clipboardExpand all lines: Website/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,20 @@
61
61
```bash
62
62
git push origin <your_branch_name>
63
63
```
64
+
65
+
> [!NOTE]
66
+
> If you're having trouble cloning the repository on your system, try running the following commands to optimize Git for large repositories and slower connections:
67
+
>
68
+
> ```bash
69
+
> git config --global core.compression 9
70
+
> git config --global http.maxRequestBuffer 1G
71
+
> git config --global http.lowSpeedLimit 0
72
+
> git config --global http.lowSpeedTime 999999
73
+
> git config --global http.postBuffer 1048576000
74
+
> ```
75
+
>
76
+
> Alternatively, you can use [GitHub Codespaces](https://github.com/features/codespaces) to clone and work on the repository in a cloud environment.
77
+
64
78
- Go to your forked repository on GitHub and click on `Compare & pull request`.
65
79
- Add an appropriate title and description to your pull request explaining your changes and efforts done.
0 commit comments