Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little wrong with readme.md #15

Open
wzqvip opened this issue Jun 9, 2023 · 0 comments
Open

Little wrong with readme.md #15

wzqvip opened this issue Jun 9, 2023 · 0 comments

Comments

@wzqvip
Copy link

wzqvip commented Jun 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant