buaavrcg / LEGaussians

Pytorch Code for "LEGaussians: Language Embedded 3D Gaussians for Open-Vocabulary Scene Understanding"
https://buaavrcg.github.io/LEGaussians/
MIT License
100 stars 14 forks source link

git clone error #5

Closed ianpark318 closed 4 months ago

ianpark318 commented 4 months ago

Hello :) I found the error during the git clone stage.

$ git clone https://github.com/buaavrcg/LEGaussians.git --recursive

After above command, below error occured.

Submodule 'submodules/diff-gaussian-rasterization' (git@github.com:Chuan-10/diff-gaussian-rasterization.git) registered for path 'submodules/diff-gaussian-rasterization'
Submodule 'submodules/simple-knn' (https://gitlab.inria.fr/bkerbl/simple-knn.git) registered for path 'submodules/simple-knn'
Cloning into '/home/my/LEGaussians/submodules/diff-gaussian-rasterization'...
The authenticity of host 'github.com (20.200.245.247)' can't be established.
ED25519 key fingerprint is SHA256:+D?????????????????????
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
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:Chuan-10/diff-gaussian-rasterization.git' into submodule path '/home/my/LEGaussians/submodules/diff-gaussian-rasterization' failed
Failed to clone 'submodules/diff-gaussian-rasterization'. Retry scheduled
Cloning into '/home/my/LEGaussians/submodules/simple-knn'...
remote: Enumerating objects: 26, done.        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 26 (delta 11), reused 0 (delta 0), pack-reused 0        
Receiving objects: 100% (26/26), 7.03 KiB | 7.03 MiB/s, done.
Resolving deltas: 100% (11/11), done.
Cloning into '/home/my/LEGaussians/submodules/diff-gaussian-rasterization'...
git@github.com: Permission denied (publickey).
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:Chuan-10/diff-gaussian-rasterization.git' into submodule path '/home/my/LEGaussians/submodules/diff-gaussian-rasterization' failed
Failed to clone 'submodules/diff-gaussian-rasterization' a second time, aborting

I think diff-gaussian-rasterization submodule has some problem. Any solution for this?

Thanks and have a nice day!

ianpark318 commented 4 months ago

Oh it was my fault and I found the solution. Sorry for this :)