Skip to content
New issue

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

Failed to clone 'third_party/qnn' #749

Open
degawong opened this issue Sep 2, 2021 · 2 comments
Open

Failed to clone 'third_party/qnn' #749

degawong opened this issue Sep 2, 2021 · 2 comments

Comments

@degawong
Copy link

degawong commented Sep 2, 2021

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
Copy link
Author

degawong commented Sep 2, 2021

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' (git@git.n.xiaomi.com: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 'git@git.n.xiaomi.com: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 'git@git.n.xiaomi.com:wuzhuo1/qnn.git' into submodule path 'my_local_dir/mace/third_party/qnn' failed
Failed to clone 'third_party/qnn' a second time, aborting

@zeekimm
Copy link

zeekimm commented Nov 5, 2021

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' (git@git.n.xiaomi.com: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 'git@git.n.xiaomi.com: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 'git@git.n.xiaomi.com:wuzhuo1/qnn.git' into submodule path 'D:/source/tests/mace/third_party/qnn' failed
Failed to clone 'third_party/qnn' a second time, aborting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants