Run
git clone https://github.com/alibaba/RecIS.git
cd recis
git submodule update --init --recursive
shows cant clone thrid party
(pyg) ➜ [/home/ubuntu/Projects/RecIS/recis] git:(main)
git submodule update --init --recursive
Submodule 'third_party/cccl' (http://gitlab.alibaba-inc.com/lujia.lmj/cccl.git) registered for path '../third_party/cccl'
Cloning into '/home/ubuntu/Projects/RecIS/third_party/cccl'...
fatal: unable to access 'http://gitlab.alibaba-inc.com/lujia.lmj/cccl.git/': The requested URL returned error: 502
fatal: clone of 'http://gitlab.alibaba-inc.com/lujia.lmj/cccl.git' into submodule path '/home/ubuntu/Projects/RecIS/third_party/cccl' failed
Failed to clone 'third_party/cccl'. Retry scheduled
Cloning into '/home/ubuntu/Projects/RecIS/third_party/cccl'...
fatal: unable to access 'http://gitlab.alibaba-inc.com/lujia.lmj/cccl.git/': The requested URL returned error: 502
fatal: clone of 'http://gitlab.alibaba-inc.com/lujia.lmj/cccl.git' into submodule path '/home/ubuntu/Projects/RecIS/third_party/cccl' failed
Failed to clone 'third_party/cccl' a second time, aborting
Run
shows cant clone thrid party