Unable to clone project

To verify:

  • You had your github credentials configured and you tried to clone a private repo that those credentials gave you access to
  • The repo you were trying to clone is an actual workbench project that follows the specification

If that’s the case, then sounds like something went wrong during clone. It can happen.

Please try the following:

  • Find the inventory.json file in the ~/.nvwb/ folder on your laptop. If you are on Windows, this is in the NVIDIA-Workbench WSL distro.
    • Inspect the file to see if there is an entry for it
  • If there is an entry, then do the following:
    • Delete that entry from the file. Note that you need to be careful not to change the overall json structure.
    • Go to the ~/.nvwb/project-runtime folder and completely remove the associated folder, which will be something like projectname-hash
  • Then try to clone it again.

You can see an example from my laptop in the screenshot below.