From 1e4f43d72c0a15fd310ea4050d7cde35a96bc0de Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sat, 13 Jan 2024 21:31:59 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c8c67d8cd..985dd9c4ad 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -#Cloning the repository -If you are having an error while cloning the repository, try running: - git config --global http.postBuffer 5000000 +# Cloning the repository - This will increase the size of the buffer from the default 1MiB to 5MiB. +If you are getting an error while cloning the repository, try running: +git config --global http.postBuffer 5000000 + +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