-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Added check for git installation presence #2047
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
Not sure why that test is failing, I'll take a look it might be an issue with the CI runner. |
We've merged a fix for the CI issue. If you'd be willing to merge from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! 👍
CodeEdit/Features/SourceControl/Clone/ViewModels/GitCloneViewModel.swift
Outdated
Show resolved
Hide resolved
@allcontributors add @rustemd02 for bug and code |
I've put up a pull request to add @rustemd02! 🎉 |
Description
Added Git installation checking before attempting to clone a repository. Instead of silently opening an empty workspace when Git is not available, users now receive an alert message informing them that Git is required.
The implementation adds:
Related Issues
Checklist
Screenshots