llopisdon / skies-adsb

skies-adsb is a real-time 3D browser based web app for tracking aircraft using ADS-B data obtained from a RTL-SDR receiver.
MIT License
58 stars 1 forks source link

Unable to access repository #1

Closed JonFear closed 2 years ago

JonFear commented 2 years ago

Problem, any thoughts?

Cloning into ‘skies-adsb’… 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.

thebaldgeek commented 2 years ago

If your intent is to clone-only a repo, use HTTPS URL (https://github.com/{user_name}/{project_name}.git) instead of SSH URL (git@github.com:{user_name}/{project_name}.git), which avoids (unnecessary) public key validation.

llopisdon commented 2 years ago

Problem, any thoughts?

Cloning into ‘skies-adsb’… 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.

hi @JonFear as @thebaldgeek mentioned if your intent is to make a local copy then use the https url to clone the project:

https://github.com/llopisdon/skies-adsb.git

If you wish to submit new maps or submit bug fixes etc.. please fork the project and submit any changes or updates via a pull request.

thanks Don