When that happens, you need to pick another commit to try than the one git
selected for you automatically. You can do that by doing
git bisect visualize
and select another commit somewhere fairly close to a mid-point, and try
that with
git reset --hard <commit-sha1>
instead.
Linus
-