Skip to content
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

Open
1 task done
c00ldchan opened this issue Oct 21, 2024 · 1 comment
Open
1 task done

git-lfs stopped working with msys2-runtime-3.5.4 update #4962

c00ldchan opened this issue Oct 21, 2024 · 1 comment
Labels

Comments

@c00ldchan
Copy link

Description / Steps to reproduce the issue

  1. Install msys2-runtime-3.5.4-1 or newer
  2. Install git and mingw-w64-x86_64-git-lfs
  3. Try pulling any LFS repo via ssh

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 replacing msys2-runtime.dll with the one from v3.5.3-5 resolves the issue.

Verification

Windows Version

MINGW64_NT-10.0-19045

Are you willing to submit a PR?

No response

@c00ldchan c00ldchan added the bug label Oct 21, 2024
@eabase
Copy link

eabase commented Oct 24, 2024

I thought git was broken for all MSYS?
At least that's what people say, and why they install git for windows.

If this is not true, please let us all know, and update all the recent stack-overflows stating otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants