On Mon, Aug 3, 2020 at 1:18 PM Petr Pisar via curl-library <curl-library@cool.haxx.se> wrote: > > On Mon, Aug 03, 2020 at 06:27:44AM +0800, Hongyi Zhao via curl-library wrote: > > Hi, > > > > When I use `git push' to upload the commit which includes large files, > > the following error is occurring: > > > > $ git push > > Enumerating objects: 19, done. > > Counting objects: 100% (19/19), done. > > Delta compression using up to 88 threads > > Compressing objects: 100% (15/15), done. > > Writing objects: 100% (16/16), 17.93 MiB | 13.80 MiB/s, done. > > Total 16 (delta 3), reused 0 (delta 0) > > error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS > > connection was non-properly terminated. > > fatal: the remote end hung up unexpectedly > > fatal: the remote end hung up unexpectedly > > Everything up-to-date > > > > It seems relative to the libcurl used by git. Any hints for solving this? > > > That's a bug in the Git server. It does not terminate the session on TLS > layer. Instead, it just closed the underlying TCP connection.
Where should I discuss/post this problem? > > -- Petr > ------------------------------------------------------------------- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Hongyi Zhao <hongyi.z...@gmail.com> ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html