Can't clone TVM from github

I’ve encountered this issue when doing “git clone --recursive git@github.com:apache/tvm.git tvm” It seems that the '‘GitHub - dmlc/dlpack: RFC for common in-memory tensor structure and operator interface for deep learning system’ can’t be cloned? I’ve been trying this for 3 days.

Hi, I’ve tried to replicate this failure and am not seeing the same results. It looks like a TLS error, which is in indication that there is a problem with your connection. These could include things like your keys being out of date, your network being insecure, or some sort of interference in the connection through your service provider. One option you might consider is to use the https endpoint rather than the ssh endpoint:

git clone --recursive https://github.com/apache/tvm.git tvm

looks like some network condition issue

Thanks for your reply, I’ll check the https endpoint :slight_smile:

Yeah ,I think so, but I’m new to git, so I can’t figure out why