I'm trying to git push huge file by git lfs, to a server using Cloudflare tunneling. Cloudflare has per-request timeout of 100s, which is not enough to transfer whole file, which causes 524 http error and futile retries.
How do I upload the file then? By common sense there should be some mechanism to split upload into many smaller parts, but is it implemented for lfs?