Manifold icon indicating copy to clipboard operation
Manifold copied to clipboard

Little wrong with readme.md

Open wzqvip opened this issue 1 year ago • 0 comments

git clone --recursive -j8 git://github.com/hjwdzh/Manifold
cd Manifold
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
image

Here should be git clone --recursive -j8 https://github.com/hjwdzh/Manifold.git cd Manifold mkdir build cd build cmake .. -D CMAKE_BUILD_TYPE=Release

Maybe missing a space. And for some reason, I can use git clone --recursive -j8 https://github.com/hjwdzh/Manifold.git Cloning into 'Manifold'... remote: Enumerating objects: 2121, done. remote: Total 2121 (delta 0), reused 0 (delta 0), pack-reused 2121 Receiving objects: 100% (2121/2121), 4.45 MiB | 5.57 MiB/s, done. Resolving deltas: 100% (521/521), done.

but this will fail: git clone --recursive -j8 git://github.com/hjwdzh/Manifold.git Cloning into 'Manifold'... fatal: unable to connect to github.com: github.com[0: 20.205.243.166]: errno=Unknown error

wzqvip avatar Jun 09 '23 13:06 wzqvip