-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I am not sure if this is a problem of this project, but people will probably will check here.
The Nvidia AI Workbench backend runs git fetch origin refs/notes/commits:refs/notes/commits after cloning.
This repo has no refs/notes/commits, so the fetch returns exit status 128 and the UI reports “Project Clone Failed.”
creating a fork and adding notes works:
cd ~
git clone https://github.com/<your_user>/workbench-example-onboarding-project.git
cd workbench-example-onboarding-project
git notes add -m "init" HEAD
git push origin refs/notes/commits
Now I am able to clone it in nvidia ai workbench on macos connected to a spark.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels