Merge pull request #15613 from eugenp/lor6-patch-2

Update README.md
This commit is contained in:
Loredana Crusoveanu 2024-01-13 21:32:14 +02:00 committed by GitHub
commit 680ebf45a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,13 @@
# Cloning the repository # Cloning the repository
If you are having an error while cloning the repository, try running:
If you are getting an error while cloning the repository, try running:
git config --global http.postBuffer 5000000 git config --global http.postBuffer 5000000
This will increase the size of the buffer from the default 1MiB to 5MiB. This will increase the size of the buffer from the default 1MiB to 5MiB.
To revert this value to the default, use:
git config --global http.postBuffer 1000000
The Courses The Courses
============================== ==============================