Dear NXP Support Team.
please check the log as following.
I can git clone from git clone https://github.com/microsoft/onnxruntime-tvm.git
So I do not think this should be network issue.
would you help to check and give some advice?
Thanks.
crp@crp-ubuntu:~$ mkdir temp_onnxruntime
crp@crp-ubuntu:~$ cd temp_onnxruntime/
crp@crp-ubuntu:~/temp_onnxruntime$ git clone https://github.com/microsoft/onnxruntime-tvm.git
Cloning into 'onnxruntime-tvm'...
remote: Enumerating objects: 47548, done.
remote: Counting objects: 100% (130/130), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 47548 (delta 93), reused 83 (delta 83), pack-reused 47418
Receiving objects: 100% (47548/47548), 16.85 MiB | 1.74 MiB/s, done.
Resolving deltas: 100% (32014/32014), done.
2,718 items, totalling 35.8 MB of temp_onnxruntime/
crp@crp-ubuntu:~$ cd temp_onnxruntime/
crp@crp-ubuntu:~/temp_onnxruntime$ ls
onnxruntime-tvm
crp@crp-ubuntu:~/temp_onnxruntime$ cd onnxruntime-tvm/
crp@crp-ubuntu:~/temp_onnxruntime/onnxruntime-tvm$ ls
3rdparty docker LICENSE README.md tutorials
apps docs Makefile rust version.py
cmake golang NEWS.md SECURITY.md vta
CMakeLists.txt include nnvm src web
conda Jenkinsfile NOTICE tests
CONTRIBUTORS.md jvm python topi
crp@crp-ubuntu:~/temp_onnxruntime/onnxruntime-tvm$