fangq / iso2mesh

Iso2Mesh - a 3D surface and volumetric mesh generator for MATLAB/Octave
http://iso2mesh.sf.net
Other
182 stars 73 forks source link

Fail to clone submodules. #73

Closed hott-henrique closed 10 months ago

hott-henrique commented 10 months ago

System

OS: 6.5.8-arch1-1 git version: 2.42.0 command: git clone --recurse-submodules https://github.com/fangq/iso2mesh.git


Output

Cloning into 'iso2mesh'...
remote: Enumerating objects: 3493, done.
remote: Counting objects: 100% (458/458), done.
remote: Compressing objects: 100% (252/252), done.
remote: Total 3493 (delta 230), reused 420 (delta 206), pack-reused 3035
Receiving objects: 100% (3493/3493), 122.46 MiB | 223.00 KiB/s, done.
Resolving deltas: 100% (2250/2250), done.
Submodule 'tools/PoissonRecon' (https://github.com/mkazhdan/PoissonRecon.git) registered for path 'tools/PoissonRecon'
Submodule 'tools/cork' (https://github.com/fangq/cork.git) registered for path 'tools/cork'
Submodule 'tools/meshfix' (https://github.com/fangq/meshfix.git) registered for path 'tools/meshfix'
Submodule 'tools/tetgen' (https://github.com/ufz/tetgen) registered for path 'tools/tetgen'
Cloning into '/home/hott/Repositories/IC/brain2mesh/iso2mesh/tools/PoissonRecon'...
remote: Enumerating objects: 1318, done.        
remote: Counting objects: 100% (290/290), done.        
remote: Compressing objects: 100% (105/105), done.        
remote: Total 1318 (delta 189), reused 256 (delta 185), pack-reused 1028        
Receiving objects: 100% (1318/1318), 2.24 MiB | 229.00 KiB/s, done.
Resolving deltas: 100% (814/814), done.
Cloning into '/home/hott/Repositories/IC/brain2mesh/iso2mesh/tools/cork'...
remote: Enumerating objects: 235, done.        
remote: Total 235 (delta 0), reused 0 (delta 0), pack-reused 235        
Receiving objects: 100% (235/235), 309.92 KiB | 227.00 KiB/s, done.
Resolving deltas: 100% (142/142), done.
Cloning into '/home/hott/Repositories/IC/brain2mesh/iso2mesh/tools/meshfix'...
remote: Enumerating objects: 204, done.        
remote: Counting objects: 100% (13/13), done.        
remote: Compressing objects: 100% (10/10), done.        
remote: Total 204 (delta 3), reused 13 (delta 3), pack-reused 191        
Receiving objects: 100% (204/204), 2.03 MiB | 198.00 KiB/s, done.
Resolving deltas: 100% (43/43), done.
Cloning into '/home/hott/Repositories/IC/brain2mesh/iso2mesh/tools/tetgen'...
remote: Enumerating objects: 23, done.        
remote: Counting objects: 100% (6/6), done.        
remote: Compressing objects: 100% (4/4), done.        
remote: Total 23 (delta 2), reused 5 (delta 2), pack-reused 17        
Receiving objects: 100% (23/23), 377.60 KiB | 167.00 KiB/s, done.
Resolving deltas: 100% (6/6), done.
Submodule path 'tools/PoissonRecon': checked out '455ea0dbe651f31bf6985ff2891becff1dd79c72'
Submodule path 'tools/cork': checked out '33bea813f6936f55ec4b2b12ae55f4c878bbc105'
fatal: remote error: upload-pack: not our ref b2b45eef060605e818cc69e83e8a8b4b3d9b01f2
fatal: Fetched in submodule path 'tools/meshfix', but it did not contain b2b45eef060605e818cc69e83e8a8b4b3d9b01f2. Direct fetching of that commit failed.
fangq commented 10 months ago

should be fixed.

by the way - running iso2mesh or brain2mesh does not need the submodules in iso2mesh/tools. those were used for recompiling the binary tools inside iso2mesh/bin.

hott-henrique commented 10 months ago

should be fixed.

by the way - running iso2mesh or brain2mesh does not need the submodules in iso2mesh/tools. those were used for recompiling the binary tools inside iso2mesh/bin.

But these binaries are for windows, not linux, thus i need to recompile them. Am i wrong?