-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Git 2.21.0 Git LFS not working on a clean Windows Server 2019 installation #2140
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
Comments
Hmm. I think we try to imitate that by setting some config entries:
Maybe newer Git LFS versions do more? Can you dig deeper? |
Could we just add Technically the
and
So I'd say this behaviour is exactly as intended by the Source: https://github.com/git-lfs/git-lfs/wiki/Installation |
It seems like they currently set the following values:
if I read the source right. |
Yes, but we have to install this into the system config, and in the portable Git, we want to pre-configure it. So I think we'll simply have to add the |
Turns out that it is not a stale set of |
Setup
64-Bit
defaults?
to the issue you're seeing?
** A fresh installed Windows 2019 **
Details
** CMD or Bash **
Minimal, Complete, and Verifiable example
this will help us understand the issue.
** Git should checkout the LFS files **
** Message
Cannot checkout LFS objects, Git LFS is not installed.
appears **** After running
git lfs install
you can uninstall and install Git again, the issue will not be present anymore. That means you need afresh Windows installation
. I only tested it with Windows Server 2019, Windows Server 2012 R2 so I don't know its even an issue with other Windows versions (10, Server 2016). InstallingGit 2.20.1
is working on a fresh installation **The text was updated successfully, but these errors were encountered: