cvg / DeepLSD

Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
MIT License
487 stars 62 forks source link

fatal: Could not read from remote repository. “git clone --recurse-submodules git@github.com:cvg/DeepLSD.git” can’t work #2

Closed Xuduoteng closed 1 year ago

Xuduoteng commented 1 year ago

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

rpautrat commented 1 year ago

Hi, when did you clone/fork the repository? I fixed one of the dependency (pytlsd) a few days ago solving a similar issue. Maybe you should try again cloning it now?

Aternatively, what is your full error message? I cannot know which dependency is causing your error without the full error.

Xuduoteng commented 1 year ago

I reran the command on my server and got the following results, I don't know if the error is due to my personal reasons, 1671619452562

rpautrat commented 1 year ago

This is surprising, because the repo should be public, and this error message usually happens for private repos you don't have access to...

Do you get the same by just running git clone git@github.com:cvg/DeepLSD.git?

Please make sure also that your ssh key is correct (if you are using ssh authentication) and that you can clone other git repositories as well.

rpautrat commented 1 year ago

Hi, did you solve your problem?

Xuduoteng commented 1 year ago

It works when using git clone --recurse-submodules https://github.com/cvg/DeepLSD.git.

rpautrat commented 1 year ago

Great, yes we fixed that yesterday to use https to clone. I am closing this now, since this has been solved.