ubc-vision / 3dgs-mcmc

Implementation of the paper "3D Gaussian Splatting as Markov Chain Monte Carlo"
https://ubc-vision.github.io/3dgs-mcmc/
Other
254 stars 10 forks source link

git clone : Host key verification failed #2

Closed goometasoft closed 6 days ago

goometasoft commented 1 week ago
C:\Users\Administrator>git clone --recursive https://github.com/ubc-vision/3dgs-mcmc  D:\9
Cloning into 'D:\9'...
remote: Enumerating objects: 779, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 779 (delta 3), reused 33 (delta 3), pack-reused 736
Receiving objects: 100% (779/779), 31.60 MiB | 1.29 MiB/s, done.
Resolving deltas: 100% (434/434), done.
Submodule 'SIBR_viewers' (https://gitlab.inria.fr/sibr/sibr_core.git) registered for path 'SIBR_viewers'
Submodule 'submodules/diff-gaussian-rasterization' (git@github.com:shakibakh/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 'D:/9/SIBR_viewers'...
remote: Enumerating objects: 3157, done.
remote: Counting objects: 100% (211/211), done.
remote: Compressing objects: 100% (199/199), done.
remote: Total 3157 (delta 101), reused 12 (delta 12), pack-reused 2946 (from 1)
Receiving objects: 100% (3157/3157), 9.93 MiB | 433.00 KiB/s, done.
Resolving deltas: 100% (1944/1944), done.
Cloning into 'D:/9/submodules/diff-gaussian-rasterization'...
Host key verification failed.
fatal: Could not read from remote repository.
henrypearce4D commented 1 week ago

Have you tried manually downloading them to the submodule folder?

cd submodules
git clone https://github.com/shakibakh/diff-gaussian-rasterization.git
git clone https://gitlab.inria.fr/bkerbl/simple-knn.git

you may also need to get the third party

cd submodules/diff-gaussian-rasterization/third_party
git clone https://github.com/g-truc/glm.git
faster-developer commented 1 week ago

For diff-gaussian-rasterization.git they are requiring a specific branch so check the submodule definition for the proper hash.

shakibakh commented 6 days ago

@goometasoft It seems you had issues with the ssh key verification. I changed the cloning links to use https for people who are not able to use ssh. You can pull the latest commit.

NeutrinoLiu commented 6 days ago

submodule is cloned through ssh not http, you can either clone manually through above method, or set up a key for github ssh in your ~/.ssh/config