You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: