VIDA-NYU / tile2net

Automated mapping of pedestrian networks from aerial imagery tiles
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

issue while cloning #39

Closed sumitmishra209 closed 1 year ago

sumitmishra209 commented 1 year ago

while running git clone git@github.com:VIDA-NYU/tile2net.git

the error is Cloning into 'tile2net'... 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.

If manually download then no setup file in tile2net folder, and dependency compatibility issue is coming if installed without proper version info.

dhodcz2 commented 1 year ago

Thank you for your interest in Tile2Net. Regarding this issue, it appears that you do not have SSH configured. I was able to replicate your issue by removing my SSH key from my ~/.ssh directory.

   ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
   ssh-add ~/.ssh/id_rsa

Copy the content of ~/.ssh/id_rsa.pub to GitHub SSH keys in your account settings.

For more in-depth information, you can read the official GitHub guide on this issue here. The article on cloning a repository is available here.

github-actions[bot] commented 1 year ago

We are closing this issue due to inactivity. If you have any further questions or need assistance, please feel free to reopen the issue. We will be glad to help!