Skip to content

cloning failed in nvidia ai workbench #24

@bschelling

Description

@bschelling

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions