koopjs / koopjs.github.io

Home of the Koop Geospatial Server.
https://koopjs.github.io
Apache License 2.0
14 stars 28 forks source link

Git Clone Is Not Allowed Anonymously In GitHub with SSH #105

Open ZianAtFirstWatch opened 3 years ago

ZianAtFirstWatch commented 3 years ago

As described at https://stackoverflow.com/a/46993922, when I run git clone git@github.com:koopjs/koop-sample-app.git (from https://koopjs.github.io/docs/basics/quickstart)

Then I get: image

The instructions should tell people to something like use git.exe clone --progress -v "https://github.com/koopjs/koop-app-example.git" "c:\koop-app-example"

instead.