Error:rpc failed; Curl transfer closed with outstanding read Data Remaining_ terminal

Source: Internet
Author: User

Recent projects to enter the new spring, you need to clone a copy of the latest code, in the use of Terminal clone, repeated the following error:

Error:rpc failed; Curl transfer closed with outstanding read data remaining
Fatal:the remote end hung up unexpectedly
Fatal:early EOF
Fatal:index-pack failed

Reason Description:

Our project is so old that it makes the whole project more complex and huge. This error occurs because Curl's Postbuffer default value is too small to reset the value on the terminal.

Workaround:

git config–global http.postbuffer 524288000

524288000 represents b,524288000b, which is 500MB. This is worth the size and can be set according to the project as appropriate.

You can also use the following command to see if the configuration was successful:

Git config–list

Note: Two commands-all two consecutive--please be aware of the distinction.


The highlighted section indicates that we have been configured successfully. Have you learned that?

Reference Link: Http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s http ://blog.csdn.net/ijibu/article/details/10830853 http://blog.csdn.net/snails_zx/article/details/54587132

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.