Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a GitUri class #20

Open
hach-que opened this issue Oct 31, 2024 · 0 comments
Open

Implement a GitUri class #20

hach-que opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working migrated from gitlab Migrated from GitLab user impact This issue actively impacts users

Comments

@hach-que
Copy link
Member

We have multiple locations in the code base that try to handle parsing shortened Git URLs, but we should centralise the logic so that this parsing can be tested.

Currently the lack of this unified implementation causes uet uefs mount --git-url [email protected]:EpicGames/UnrealEngine not to work correctly. The current workaround is to use uet uefs mount --git-url ssh://[email protected]/EpicGames/UnrealEngine instead.

@hach-que hach-que added bug Something isn't working user impact This issue actively impacts users migrated from gitlab Migrated from GitLab labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working migrated from gitlab Migrated from GitLab user impact This issue actively impacts users
Projects
None yet
Development

No branches or pull requests

1 participant