cg-tub / hrtf_mesh_grading

Curvature-adaptive mesh grading for numerical approximation of head-related transfer functions
MIT License
1 stars 0 forks source link

Cloning SHH problem #1

Closed SDX-LV closed 2 years ago

SDX-LV commented 2 years ago

Hi,

The command "git clone --recursive https://github.com/cg-tub/hrtf_mesh_grading.git" results in an SHH access error in both GIT Bash and "GitHub Desktop" (when it tries to clone "git@github.com:cg-tub/pmp-library.git")

Similar issue is described here: https://github.com/docker-library/golang/issues/148, but after trying almost everything apart from setting up SHH key for GitHub I feel that there may be some permission issue here.

Could someone confirm that it is possible to clone this repo to a random computer?

/// one more question - Is the among files "/example_models/head.ply" which is mentioned in the instructions?

f-brinkmann commented 2 years ago

This looks as if it is a problem with the SSH key: https://newbedev.com/git-clone-works-git-submodule-fails-permission-denied

If the recursive clone does not work, you should still be able to clone the two repositories separately: git clone https://github.com/cg-tub/hrtf_mesh_grading.git without --recursive
cd hrtf-mesh-grading git clone https://github.com/cg-tub/pmp-library.git

skoch9 commented 2 years ago

@timonpalm We also noticed that we linked to a commit that was non-existing in the pmp fork. Is it possible that this commit was not pushed to the fork?

f-brinkmann commented 2 years ago

recovered lost commits