You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2022. It is now read-only.
Instead of expecting our VFSForGit-enabled git binary to be installed in /usr/local/bin, as per the macOS implementation, we should look through the locations in our PATH environment variable and check for a git whose version matches the one we need, or fail if the first found one does not.
Instead of expecting our VFSForGit-enabled
gitbinary to be installed in/usr/local/bin, as per the macOS implementation, we should look through the locations in ourPATHenvironment variable and check for agitwhose version matches the one we need, or fail if the first found one does not.We should be able to use Environment.GetEnvironmentVariable() to acquire the
PATHvariable, at least.