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
Describe the bug
calling lazygit produces the following error:
Git version must be at least 2.20 (i.e. from 2018 onwards). Please upgrade your git version.
To Reproduce
Steps to reproduce the behavior:
Install using WinGet
Run lazygit
See error
Expected behavior
lazygit is expected to recognise git version 2.43.0.windows.1as at least 2.20
Version info: Run lazygit --version and paste the result here
commit=611fabde11d24d9acc71ee26077b9a1101f59f27, build date=2024-09-18T10:56:10Z, build source=binaryRelease, version=0.44.1, os=windows, arch=amd64, git version= Run git --version and paste the result here
git version 2.43.0.windows.1
The text was updated successfully, but these errors were encountered:
Describe the bug
calling
lazygit
produces the following error:Git version must be at least 2.20 (i.e. from 2018 onwards). Please upgrade your git version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
lazygit is expected to recognise git version
2.43.0.windows.1
as at least 2.20Version info:
Run
lazygit --version
and paste the result herecommit=611fabde11d24d9acc71ee26077b9a1101f59f27, build date=2024-09-18T10:56:10Z, build source=binaryRelease, version=0.44.1, os=windows, arch=amd64, git version=
Run
git --version
and paste the result heregit version 2.43.0.windows.1
The text was updated successfully, but these errors were encountered: