We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Getting the same error. Anyone solved this?
Sorry, something went wrong.
No branches or pull requests
When I try to clone the repository with all submodules, I get the following error:
The text was updated successfully, but these errors were encountered: