There is a problem accessing web pages with curl in linux!

in linux, visit the web page address through curl and report the error curl: (18) transfer closed with outstanding read data remaining
) after a run. How to solve this error? I checked it and found that it only appeared in git. My webpage is to perform the operation of traversing database tables, and it has nothing to do with git

.
Aug.23,2021
When

curl page, add the parameter-- keepalive-time 2 try

Menu