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? Best regards -- Hongyi Zhao <hongyi.z...@gmail.com> ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html