summaryrefslogtreecommitdiff
path: root/doc/topics/git
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 09:06:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 09:06:35 +0000
commit1f1bdf54e1974f89f3a6ba734ec2c42552e90639 (patch)
treeee27c4230cf0aa11652cfcb4f4c662bcf758c90b /doc/topics/git
parent535d167d40638105527bc6c9a86f33d2ffd62743 (diff)
downloadgitlab-ce-1f1bdf54e1974f89f3a6ba734ec2c42552e90639.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics/git')
-rw-r--r--doc/topics/git/troubleshooting_git.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/topics/git/troubleshooting_git.md b/doc/topics/git/troubleshooting_git.md
index 14dff7d38b1..5391f6e5ad6 100644
--- a/doc/topics/git/troubleshooting_git.md
+++ b/doc/topics/git/troubleshooting_git.md
@@ -22,8 +22,13 @@ To fix this issue, here are some possible solutions.
### Increase the POST buffer size in Git
-**If pushing over HTTP**, you can try increasing the POST buffer size in Git's
-configuration. Open a terminal and enter:
+**If you're using Git over HTTP instead of SSH**, you can try increasing the POST buffer size in Git's
+configuration.
+
+Example of an error during a clone:
+`fatal: pack has bad object at offset XXXXXXXXX: inflate returned -5`
+
+Open a terminal and enter:
```sh
git config http.postBuffer 52428800