这使得无法按编号引用以前的命令。
$ history | tail -3
6691 git push -f
6692 history
6693 history | tail -3
s4dad\patrant@a-48265ltymm4y:~/eyp-source/d8 (feature/EYP-12393-add-results-date-as-a-round-parameter =)
$ history | tail -3
6740 git push -f
6741 history
6742 history | tail -3
s4dad\patrant@a-48265ltymm4y:~/eyp-source/d8 (feature/EYP-12393-add-results-date-as-a-round-parameter =)
$ history | tail -3
6789 git push -f
6790 history
6791 history | tail -3
有谁知道为什么会发生这种情况以及如何解决它?