chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
887 stars 54 forks source link

Requested ED25519 key fingerprint #2

Closed DiamondGlassDrill closed 8 months ago

DiamondGlassDrill commented 8 months ago

Cannot download recursively it says publickey permission denied?

Thanks in advance for your strong work and strong commitment to the community!!!

GaussianObject commented 8 months ago

Thank you for your feedback and kind words!

It looks like the issue is due to SSH key permissions. The command in the README:

# wrong code
git clone git@github.com:GaussianObject/GaussianObject.git --recursive

requires SSH setup. To avoid this, please use the HTTPS clone command:

git clone https://github.com/GaussianObject/GaussianObject.git --recursive

I'll update the README to reflect this.

Thanks again for pointing this out!

GaussianObject commented 8 months ago

After further investigation across several machines, we've determined that this issue may not be directly related to our repository.

Could you please provide additional logs from when you attempt to clone the repository? This information will help us enhance the accessibility of our repository. Thank you.

DiamondGlassDrill commented 8 months ago

Seems with HTTPS there is no issue :) so we can close it. Thanks again for the great coding and the fast support!!!