.bash_history does not update in Git for Windows (git bash)

后端 未结 7 1163
慢半拍i
慢半拍i 2020-12-13 01:30

I am using Git for Windows (ver. 1.7.8-preview20111206) and even though I have a .bash_history file in my HOME folder, it never automatically gets updated. When I start Git

7条回答
  •  时光取名叫无心
    2020-12-13 02:20

    I am using Windows 10 for me it was a permission problem, my temporary solution was to add Everyone group and give it Full control on ~/.bash_history file.

提交回复
热议问题