mace icon indicating copy to clipboard operation
mace copied to clipboard

Failed to clone 'third_party/qnn'

Open degawong opened this issue 3 years ago • 2 comments

when i use command git clone --recursive mace it just ok. but when i git clone mace then run git submodule update --init --recursive, qnn error comes out. {3115aac5-7e2d-4e20-ad8e-93b86c719ec6}

degawong avatar Sep 02 '21 05:09 degawong

sorry,git clone --recursive mace fails too. and the output as below: git clone --recursive https://github.com/XiaoMi/mace Cloning into 'mace'... remote: Enumerating objects: 33776, done. remote: Counting objects: 100% (4318/4318), done. remote: Compressing objects: 100% (1267/1267), done. remote: Total 33776 (delta 2992), reused 4230 (delta 2960), pack-reused 29458 Receiving objects: 100% (33776/33776), 31.18 MiB | 2.15 MiB/s, done. Resolving deltas: 100% (25520/25520), done. Updating files: 100% (1523/1523), done. Submodule 'micro/third_party/CMSIS_5' (https://github.com/ARM-software/CMSIS_5.git) registered for path 'micro/third_party/CMSIS_5' Submodule 'micro/third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'micro/third_party/gflags' Submodule 'micro/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'micro/third_party/googletest' Submodule 'third_party/qnn' ([email protected]:wuzhuo1/qnn.git) registered for path 'third_party/qnn' Cloning into 'my_local_dir/mace/micro/third_party/CMSIS_5'... remote: Enumerating objects: 38253, done. remote: Counting objects: 100% (38253/38253), done. remote: Compressing objects: 100% (15615/15615), done. remote: Total 38253 (delta 27973), reused 30232 (delta 21715), pack-reused 0 Receiving objects: 100% (38253/38253), 161.06 MiB | 1.14 MiB/s, done. Resolving deltas: 100% (27973/27973), done. Cloning into 'my_local_dir/mace/micro/third_party/gflags'... remote: Enumerating objects: 791, done. remote: Counting objects: 100% (791/791), done. remote: Compressing objects: 100% (471/471), done. remote: Total 791 (delta 410), reused 605 (delta 280), pack-reused 0 Receiving objects: 100% (791/791), 1.12 MiB | 1.85 MiB/s, done. Resolving deltas: 100% (410/410), done. Cloning into 'my_local_dir/mace/micro/third_party/googletest'... remote: Enumerating objects: 2412, done. remote: Counting objects: 100% (2412/2412), done. remote: Compressing objects: 100% (1498/1498), done. remote: Total 2412 (delta 1750), reused 1217 (delta 825), pack-reused 0 Receiving objects: 100% (2412/2412), 2.35 MiB | 525.00 KiB/s, done. Resolving deltas: 100% (1750/1750), done. Cloning into 'my_local_dir/mace/third_party/qnn'... ssh: connect to host git.n.xiaomi.com port 22: Connection timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:wuzhuo1/qnn.git' into submodule path 'my_local_dir/mace/third_party/qnn' failed Failed to clone 'third_party/qnn'. Retry scheduled Cloning into 'my_local_dir/mace/third_party/qnn'... ssh: connect to host git.n.xiaomi.com port 22: Connection timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:wuzhuo1/qnn.git' into submodule path 'my_local_dir/mace/third_party/qnn' failed Failed to clone 'third_party/qnn' a second time, aborting

degawong avatar Sep 02 '21 05:09 degawong

PS D:\mace> git submodule update --init --recursive Submodule 'micro/third_party/CMSIS_5' (https://github.com/ARM-software/CMSIS_5.git) registered for path 'micro/third_party/CMSIS_5' Submodule 'micro/third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'micro/third_party/gflags' Submodule 'micro/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'micro/third_party/googletest' Submodule 'third_party/qnn' ([email protected]:wuzhuo1/qnn.git) registered for path 'third_party/qnn' Cloning into 'D:/source/tests/mace/micro/third_party/CMSIS_5'... Cloning into 'D:/source/tests/mace/micro/third_party/gflags'... Cloning into 'D:/source/tests/mace/micro/third_party/googletest'... Cloning into 'D:/source/tests/mace/third_party/qnn'... ssh: connect to host git.n.xiaomi.com port 22: Connection timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:wuzhuo1/qnn.git' into submodule path 'D:/source/tests/mace/third_party/qnn' failed Failed to clone 'third_party/qnn'. Retry scheduled Cloning into 'D:/source/tests/mace/third_party/qnn'... ssh: connect to host git.n.xiaomi.com port 22: Connection timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:wuzhuo1/qnn.git' into submodule path 'D:/source/tests/mace/third_party/qnn' failed Failed to clone 'third_party/qnn' a second time, aborting

zeekimm avatar Nov 05 '21 03:11 zeekimm