alecjacobson / geometry-processing-deformation

Deformation assignment for Geometry Processing course
Mozilla Public License 2.0
149 stars 95 forks source link

Failed to clone libigl library #32

Open liupeiLu opened 6 years ago

liupeiLu commented 6 years ago

Hi all,

Does anyone get the following error while using git clone?

"Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:libigl/libigl.git' into submodule path '/home/csc490/geometry-processing-deformation/shared/libigl' failed Failed to clone 'libigl' a second time, aborting Failed to recurse into submodule path 'shared' "

Thanks

alecjacobson commented 6 years ago

I think I fixed the issue. Can you try again?

liupeiLu commented 6 years ago

Yes, it works now, thanks!

simeonkr commented 6 years ago

libigl clones for me now, however I get a libigl not found error when running cmake. @liupeiLu do you have that issue as well? I had to use the old library when working on my code.

liupeiLu commented 6 years ago

@simeonkr Yes, I got the same error: libigl not found --- You can download it using:

tt6746690 commented 6 years ago

Cloning libigl repo in parent directory of this repo worked for me.

alecjacobson commented 6 years ago

I think I fixed this, now. You should not have to clone/download libigl if you did git clone --recursive ...