-
Notifications
You must be signed in to change notification settings - Fork 494
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
git-lfs stopped working with msys2-runtime-3.5.4 update #4962
Comments
I thought git was broken for all MSYS? If this is not true, please let us all know, and update all the recent stack-overflows stating otherwise. |
I met the same issue. |
I'm also running into this when trying to pull a repo with some updated LFS files. Adding @eabase I've exclusively been using git on MSYS for 5+ years w/o issues, including LFS, so it's definitely been working previously! |
Same here -- I've been using MSYS2 git for a while now with literally zero issues, except for some apparent general sluggishness. It seems the fix is here: git-for-windows/msys2-runtime#75 |
Is it possible to merge this patch? |
Description / Steps to reproduce the issue
git
andmingw-w64-x86_64-git-lfs
Expected behavior
Files managed by git-lfs are downloaded
Actual behavior
git-lfs hangs at the git-lfs-authenticate step, which involves reading ssh output. With GIT_TRACE=1 it hangs after printing this line:
exec: ssh '[email protected]' 'git-lfs-authenticate username/repository.git download'
Downgrading to
msys2-runtime-3.5.3-5
or manually replacingmsys2-runtime.dll
with the one fromv3.5.3-5
resolves the issue.Verification
Windows Version
MINGW64_NT-10.0-19045
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: