imx8qxpC0 andriod repo init failed: fatal: the remote end hung up unexpectedly

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8qxpC0 andriod repo init failed: fatal: the remote end hung up unexpectedly

1,189 Views
jackey267
Contributor II

hello NXP:

1 error logs: 

repo has been initialized in /home/zsh/android_build
Fetching projects: 79% (640/803) platform/external/python/apitoolsplatform/prebuilts/clang/host/linux-x86:
remote: Enumerating objects: 12691, done.
remote: Counting objects: 100% (12691/12691), done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
fatal: the remote end hung up unexpectedly
fatal: protocol error: bad pack header

Fetching projects: 99% (802/803) platform/prebuilts/asuiteplatform/prebuilts/clang/host/linux-x86:
remote: Enumerating objects: 12691, done.
remote: Counting objects: 100% (12691/12691), done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
fatal: the remote end hung up unexpectedly
fatal: protocol error: bad pack header

2 what had done: 

$source imx-android-11.0.0_2.2.0/imx_android_setup.sh

3 what had tried: 

$git config --global http.postbuffer 5242880000 

4 it still doesn't work .

thank you for your help 

 

0 Kudos
Reply
1 Reply

1,164 Views
jackey267
Contributor II

finnally it has been fixed : 

$git config --global http.postbuffer=15194304000  (<16GB RAM)

0 Kudos
Reply