Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e394c44b
Commit
e394c44b
authored
Oct 04, 2019
by
Nourdin el Bacha
Committed by
Tom Atkins
Oct 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example in troubleshooting git re postBuffer
parent
670fa76a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
doc/topics/git/troubleshooting_git.md
doc/topics/git/troubleshooting_git.md
+7
-2
No files found.
doc/topics/git/troubleshooting_git.md
View file @
e394c44b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment