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
When trying to use
less
(or anything which usesless
) I'm seeing cryptic errors similar to the below:Reverting to
git
2.34.1 and less works again: