PhpStorm Git keeps saying: no changes detected

后端 未结 9 816
时光说笑
时光说笑 2021-02-05 12:45

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn\'t have any problem with G

9条回答
  •  青春惊慌失措
    2021-02-05 13:19

    See this declined bug in PHPStorm

    You need to tell git to not ignore case and it will fix this behavior

    git config --global core.ignorecase false
    

提交回复
热议问题