error RPC failed result 18 HTTP code 200KiB 5 00 KiB s fatal The remote end hung up unexpectedly fatal early EOF

0 votes

I am trying to clone my GitHub repository in my local system, but It gives me the below error.

git clone https://github.com/ABC/ABC
error: RPC failed; result=18, HTTP code = 200KiB | 60.00 KiB/s  
fatal: The remote end hung up unexpectedly
fatal: early EOF

Apr 10, 2020 in Git & GitHub by akhtar
• 38,230 points
3,484 views

1 answer to this question.

0 votes

Hi@akhtar,

In your case buffer size of git is not sufficient in your system. So you can increase buffer size by exporting bellow environment variable.

export GIT_HTTP_MAX_REQUEST_BUFFER=500M

You can do that permanently for all, using the git config command.

git config --global http.postBuffer 5000000000

Hope this will help you.

answered Apr 10, 2020 by MD
• 95,440 points

Related Questions In Git & GitHub

0 votes
0 answers
0 votes
1 answer

git error: RPC failed; curl 56 GnuTLS recv error

This is simple, you’re probably missing openssl ...READ MORE

answered Sep 26, 2018 in Git & GitHub by Tyrion anex
• 8,700 points
7,044 views
0 votes
1 answer
0 votes
1 answer

git error: failed to push some refs to remote

I would advise using: git pull --rebase git push The ...READ MORE

answered May 2, 2022 in Git & GitHub by narikkadan
• 63,420 points
7,655 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,523 views
+2 votes
1 answer
0 votes
1 answer

Pushing to Git returning Error Code 403 fatal: HTTP request failed.

Hi@akhtar, Github seems to only support the ssh ...READ MORE

answered Jan 5, 2021 in Git & GitHub by MD
• 95,440 points
10,014 views
0 votes
1 answer

Automatic merge failed; fix conflicts and then commit the result

Hi@Hasid, There are two types of merging in ...READ MORE

answered Feb 2, 2020 in Git & GitHub by MD
• 95,440 points
1,304 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP