khadas / aml_npu_sdk

GNU General Public License v2.0
27 stars 11 forks source link

Broken submodule (acuity-toolkit/python) #6

Open 2tefan opened 2 years ago

2tefan commented 2 years ago

When I try to clone the repository with all submodules, I get the following error:

git clone --recursive https://github.com/khadas/aml_npu_sdk.git

Cloning into 'aml_npu_sdk'...
remote: Enumerating objects: 694, done.
remote: Total 694 (delta 0), reused 0 (delta 0), pack-reused 694
Receiving objects: 100% (694/694), 51.89 MiB | 5.44 MiB/s, done.
Resolving deltas: 100% (428/428), done.
Submodule 'acuity-toolkit/bin' (https://gitlab.com/khadas/neural_network_large_file.git) registered for path 'acuity-toolkit/bin'
Submodule 'acuity-toolkit/python' (https://gitlab.com/khadas/neural_network_large_file.git) registered for path 'acuity-toolkit/python'
Cloning into '/home/stefan/dev/Commean/aml_npu_sdk/acuity-toolkit/bin'...
remote: Enumerating objects: 13561, done.
remote: Counting objects: 100% (2746/2746), done.
remote: Compressing objects: 100% (2491/2491), done.
remote: Total 13561 (delta 550), reused 1688 (delta 202), pack-reused 10815
Receiving objects: 100% (13561/13561), 3.63 GiB | 5.46 MiB/s, done.
Resolving deltas: 100% (2799/2799), done.
Cloning into '/home/stefan/dev/Commean/aml_npu_sdk/acuity-toolkit/python'...
remote: Enumerating objects: 13561, done.
remote: Counting objects: 100% (2746/2746), done.
remote: Compressing objects: 100% (2491/2491), done.
remote: Total 13561 (delta 550), reused 1688 (delta 202), pack-reused 10815
Receiving objects: 100% (13561/13561), 3.63 GiB | 5.44 MiB/s, done.
Resolving deltas: 100% (2799/2799), done.
Submodule path 'acuity-toolkit/bin': checked out 'd1729b52e4dd97edac541cb4c37757ed91a3c270'
fatal: remote error: upload-pack: not our ref 743a6b32bd480e5c689e8f4aa5be04bb26fcd56d
fatal: Fetched in submodule path 'acuity-toolkit/python', but it did not contain 743a6b32bd480e5c689e8f4aa5be04bb26fcd56d. Direct fetching of that commit failed.
Cospel commented 2 years ago

Getting the same error. Anyone solved this?