Apollo: git clone下载出错怎么办

Created on 3 Dec 2019  ·  5Comments  ·  Source: ApolloAuto/apollo

  • GnuTLS recv error (-110): The TLS connection was non-properly terminated.
  • Closing connection 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: 过早的文件结束符(EOF)
    fatal: index-pack failed
Others Help wanted

Most helpful comment

try this:
git config --global http.postBuffer 1048576000

All 5 comments

@Benjiemin1997 please send me a screenshot of your terminal. Thanks!

try this:
git config --global http.postBuffer 1048576000

Resolution: (Validated)

git clone https://github.com/ApolloAuto/apollo
cd apollo/
git status
git checkout r5.0.0

try this:
git config --global http.postBuffer 1048576000

Thanks for your reply, I modify postBuffer to 2G then I can clone this repository.

It looks like your issue is resolve. We will close the issue for now. If you have any additional question, please feel free to open a new issue.

Was this page helpful?
0 / 5 - 0 ratings