-
Bug
-
Resolution: Done
-
Blocker
-
3.24.0.GA
-
None
-
False
-
-
False
-
Bug Fix
-
Proposed
-
-
Description of problem:
When defining custom `getting-started-samples` as per the documentation [1] and defining the SSH url for the git repository, containing the devfile, the project-clone fails.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
sample.json
{
"displayName": "Test Sample",
"description": "Test sample",
"url": "git@github.com:testuser/testdev.git"
}
Launch the custom sample and the project-clone fails with below error:
2025/11/27 13:33:35 Cloning project testdev to /projects/project-clone-169899011/testdev Cloning into '/projects/project-clone-169899011/testdev'... fatal: unable to access 'https://devspaces.apps.<domain>/dashboard/api/git@github.com:testuser/testdev.git/': The requested URL returned error: 403 2025/11/27 13:33:35 Encountered error while setting up project testdev: failed to clone project: failed to git clone from https://devspaces.apps.<domain>/dashboard/api/git@github.com:testuser/testdev.git: exit status 128
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):