Git bug Summary

Source: Internet
Author: User

Git bug Summary

Git appears during push:

 

Fatal: the remote end hung up unexpectedly

 

The following error messages may be the same on the Internet:

 

Error: RPC failed; Result = 22, HTTP code = 411 fatal: the remote end hung up unexpectedlyfatal: the remote end hung up unexpectedlyeverything up-to-date

The solution found on the internet is as follows:

The above occurs in the push command, possibly because the push file is too large.
Solution:
Windows:
Add the. Git/config file
[Http]
Postbuffer= 524288000

Linux:
Git config HTTP. postbuffer 524288000

 

I solved the problem using the method provided on the Internet:

Go to the GIT File

 

Open the config file and fill it in:

 

 

Solved

I am very grateful to people who share solutions online.

Thank you.

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.