-
Notifications
You must be signed in to change notification settings - Fork 451
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
Publish releases on macOS #629
Comments
Thanks for interest, @Jarred-Sumner! We're still a ways away from offering pre-built releases of VFS for Git on Mac. Most notably, we need to be signing the kext, tracked by #528. After that we'll be in a state where you won't need to disable SIP so we can offer releases to the general public. I've retitled this issue as the general tracking issue for offering those releases. |
can we install vfs using
|
or macports? |
@jrbriggs what's the state of this issue? |
Nobody uses macports anymore :) |
After the ticket is now open for 3 years, is there any update on this? |
VFS for Git will not be coming to macOS after all. There are several overlapping reasons, but the most relevant is that acceptable performance required a particular set of extensibility points which the macOS platform no longer offers. Instead, we suggest you try out all the performance gains that have upstreamed into Git, like partial clones and sparse checkouts, and possibly also Scalar. |
I'd love to try out VFS for Git on Mac and see what the performance difference looks like on a larger repo.
However:
The easiest thing on my end would be if I could do something like
brew install vfs-for-git
. Second easiest would be a DMG with an installer I could download from the Releases section on this repo.Is there an issue I can track that will let me know when pre-built releases for Mac are published?
The text was updated successfully, but these errors were encountered: