-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.6.0.GA
-
False
-
None
-
False
-
-
Description of problem:
When trying to open a workspace using a git repository URL that includes a branch with slashes like the following one:
https://<devspaces-host>/#https://github.com/svor/quarkus-api-example/tree/new/branch
Then the devfile is not found and the default
Workaround
There are 2 possible workarounds but they are not ideal (cannot be applied in most use cases):
- Configure the repo so that the branch with a slash is the main branch
- Use the devfile raw URL (and include the project in the devfile)
More information in the upstream issue.
- links to