Guangxuan-Xiao / torch-int

This repository contains integer operators on GPUs for PyTorch.
MIT License
181 stars 50 forks source link

Cannot read from remote repo when cloning './torch-int/submodules/cutlass' #22

Open FurryMushroom opened 1 year ago

FurryMushroom commented 1 year ago

The error message is as follows:

Submodule 'submodules/cutlass' (git@github.com:NVIDIA/cutlass.git) registered for path 'submodules/cutlass' Cloning into '/opt/conda/bin/torch-int/submodules/cutlass'... kex_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:NVIDIA/cutlass.git' into submodule path '/opt/conda/bin/torch-int/submodules/cutlass' failed Failed to clone 'submodules/cutlass'. Retry scheduled Cloning into '/opt/conda/bin/torch-int/submodules/cutlass'... kex_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository.

Why can't I clone from the Nv repo? If it's the name or path has changed?

FurryMushroom commented 1 year ago

This is solved by using the https address instead of ssh. see issue #3 for more details