-
Notifications
You must be signed in to change notification settings - Fork 97
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
WSL: Ubuntu 20.04: Broken install for git 2.45.2.vfs.0.2 - missing libc dependency on clean install #672
Comments
From some perusing, this problem is rooted in the fact that the latest If the git build were to build against the older version, I think it would still be easy to use on Ubuntu 20.04. |
If Ubuntu 20.04 is considered an "Older distibution" at this point, it would be helpful to note that up front in the install docs. |
This should in fact be updated in the install docs. I believe that Ubuntu 20.04 is approaching end-of-life as far as GitHub Actions is concerned. The |
Part of actions/runner-images#6399. Not sure when the actual image switch happened. |
Thanks for the confirmation, I can open a PR today! |
According to https://endoflife.date/ubuntu, Ubuntu 20.04 has only 8 more months of maintenance releases. So yes, I agree that we should upgrade the requirements to 22.04. |
Address #672 This updates the docs to move forward the "older" version of Ubuntu to 20.04. Reading the `INSTALL` file from the git source does cover dependencies in detail but it doesn't call out the actual libs for those on a specific distro. I've added a shortlist of `apt` libraries that are likely needed to build Git from source on Ubuntu 20.04, sourced originally from https://www.digitalocean.com/community/tutorials/how-to-install-git-from-source-on-ubuntu-20-04-quickstart.
or closed issue matching
what I'm seeing, including in the
git-for-windows/git
tracker.Setup
From following the Ubuntu install direction from the README:
Are you using Scalar or VFS for Git?
No - I want to scalar clone, for sparse-checkout ad background maintenance.
If VFS for Git, then what version?
Details
The text was updated successfully, but these errors were encountered: