JonathonLuiten/Dynamic3DGaussians

Permission Denied Cloneing Repo

Opened this issue · 1 comments

Hey,

There's a good chance I'm doing something stupid, but when I try to clone the Repo in Conda it says"

Cloning into 'Dynamic3DGaussians'...
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.

Anyone have any idea how to fix?

Thanks

Don't know the reason why, but when you git clone with git@github.com:[adress] you may encounter the Permission denied error.
Try cloning with http adress.
git clone https://github.com/JonathonLuiten/Dynamic3DGaussians.git

Same when you clone the rasterizer.
git clone https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git

This worked with me.