NVlabs / handover-sim

A simulation environment and benchmark for human-to-robot object handovers
https://handover-sim.github.io
BSD 3-Clause "New" or "Revised" License
87 stars 14 forks source link

Cannot access this repository #1

Closed RAFAY-AAMIR-GULL closed 11 months ago

RAFAY-AAMIR-GULL commented 1 year ago

Hi, I hope you are doing good.

I am trying to clone this repository (handoversim) into my local machine using the procedure mentioned in the README of this repo with this command (git clone --recursive git@github.com:NVlabs/handover-sim.git). The problem that my machine raise is : "" 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. ""

Can you please fix it as soon as possible?

ychao-nvidia commented 1 year ago

This is an issue of your GitHub config and not the repo itself.

To fix it, you can either:

  1. add your SSH key to your GitHub account, or

  2. clone the repo using HTTPS:

    git clone --recursive https://github.com/NVlabs/handover-sim.git