wcedmisten / docker-openstreetmap-stack

A repo for docker services to serve OSM tiles, routing, and geocoding.
MIT License
137 stars 10 forks source link

git clone fails, incorrect access rights? #2

Closed zaggynl closed 1 year ago

zaggynl commented 1 year ago

As per instructions:

git clone git@github.com:wcedmisten/valhalla-app.git Cloning into 'valhalla-app'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

wcedmisten commented 1 year ago

Are you able to clone this repo? But not valhalla-app?

You could also try cloning with https or the github CLI instead:

git clone https://github.com/wcedmisten/valhalla-app.git
gh repo clone wcedmisten/valhalla-app
zaggynl commented 1 year ago

Thanks, noticed I was using ssh method instead of https too late! Was able to clone via https just fine, thanks. Hope to get this running soon after I figure out the best way to store this much data via docker volumes on separate disks/NFS share.