Closed SDX-LV closed 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
@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?
recovered lost commits
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?