Skip to content

dstack doesn't work if the repo contains a submodule with SSH URL #597

@peterschmidt85

Description

@peterschmidt85

Steps to reproduce:

  1. Create a repo that has a submodule with an SSH URL.

Example of .gitmodules:

[submodule "test-1"]
        path = test-1
        url = git@github.com:peterschmidt85/test-1.git
  1. Submit a run.

Actual behavior:

"git@github.com:peterschmidt85/test-1.git": first path segment in URL cannot contain colon

Root cause: go-git/go-git#488

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions