'error: Repository lacks these prerequisite commits in AOSP

I have cloned the source code for android like below:

$ git clone https://gitlab.com/TeeFirefly/rk3399-android10.0-bundle.git .bundle

xxx@xxx:~/android/rk3399_Android10.0$ .bundle/update


    [Info]Update Bundle repo...
    From https://gitlab.com/TeeFirefly/rk3399-android10.0-bundle
    * branch            master     -> FETCH_HEAD
    -------------------------------------------
    [Info]Update to FETCH_HEAD:
    error: Repository lacks these prerequisite commits:
    error: 61f612ba14ebf1bbd886e0bed19729a802b1143c 
    [ERROR]Fetch .bundle/0.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 812bb025fc741f96a4db0192c464a67842876c51 
    [ERROR]Fetch .bundle/1.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 7ab74410bd1ccf50ef472c68dfeb798550b57827 
    [ERROR]Fetch .bundle/2.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 3367314b5d4c9d0b5f8243d8c06766628e603c79 
    [ERROR]Fetch .bundle/3.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 19607ab598663052959fb022662a431431b1d5f5 
    [ERROR]Fetch .bundle/4.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 669674eda6b9ff47df407be6cb840ba091b183fe 
    [ERROR]Fetch .bundle/5.bundle error!!
    error: Repository lacks these prerequisite commits:
    error: 328593811e6819a680c05d69259e804f6815c2ec 
    [ERROR]Fetch .bundle/6.bundle error!!
    -   error: Repository lacks these prerequisite commits:
   error: 8644f81486283ee06880ddc75d64a4cf54c7fd7d 
   [ERROR]Fetch .bundle/7.bundle error!!

Why I am receiving above error?

I am using the Ubuntu 20.04 OS & git version is 2.25.1.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source