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

less broken in git 2.35.0 on win64 #110

Open
dhirschfeld opened this issue Feb 8, 2022 · 1 comment
Open

less broken in git 2.35.0 on win64 #110

dhirschfeld opened this issue Feb 8, 2022 · 1 comment

Comments

@dhirschfeld
Copy link
Member

When trying to use less (or anything which uses less) I'm seeing cryptic errors similar to the below:

> git --version
git version 2.35.0.windows.1
> less --version
0 [main] less (13964) shared_info::initialize: size of shared memory region changed from 56248 to 49080

Reverting to git 2.34.1 and less works again:

> git --version
git version 2.34.1.windows.1
> less --version
less 590 (PCRE regular expressions)
Copyright (C) 1984-2021  Mark Nudelman

less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Home page: https://greenwoodsoftware.com/less
@dhirschfeld dhirschfeld mentioned this issue Mar 4, 2022
3 tasks
@dhirschfeld
Copy link
Member Author

Accidentally updated and ran into this again. Will pin git for now...

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

No branches or pull requests

1 participant