Hello Dieter,

On 2/12/25 18:05, Dieter Faulbaum wrote:
There are more errors similar to these (is the full output needed?)
Any idea what I can do (better)?

Try if

        git bisect skip

gets you out of that. It makes git select a different revision to test for you. If needed repeat it.

`git bisect skip` the thing to do in general if you cannot find out for a suggested revision if the problem is in there or not. Something like that shouldn't happen, but it does at times. That makes the bisection a bit ineffective, but typically it converges anyhow. Alternatively you can try to be smart about the selection of the next revision to test and just do git checkout of an alternative revision.

Best regards
Uwe

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to