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
6748299e
Commit
6748299e
authored
Nov 25, 2019
by
Sara Ahbabou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add troubleshooting steps for http failure
parent
123bcddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/topics/git/troubleshooting_git.md
doc/topics/git/troubleshooting_git.md
+5
-0
No files found.
doc/topics/git/troubleshooting_git.md
View file @
6748299e
...
...
@@ -130,5 +130,10 @@ remote: Calculating new repository size... (cancelled after 729ms)
This could be used to further investigate what operation is performing poorly
and provide GitLab with more information on how to improve the service.
## `curl 18 transfer closed with outstanding read data remaining` during `git clone` over HTTP
This error usually indicates that the request is chunked, and the buffer size is smaller than the request. If the repository is large,
and if
`git clone`
only fails over HTTP after a number of objects have been pulled, consider increasing the
`http.postBuffer`
value.
[
SSH troubleshooting
]:
../../ssh/README.md#troubleshooting
"SSH Troubleshooting"
[
Broken-Pipe
]:
https://stackoverflow.com/questions/19120120/broken-pipe-when-pushing-to-git-repository/36971469#36971469
"StackOverflow: 'Broken pipe when pushing to Git repository'"
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