idea往Git上提交文件时提示 Waring:not all local change may be shown due to an error:fatal
解决方案:
选择File --> settings --> Version Control --> Subversion
取消选中 "user command line client"
然后重启idea,又重新选中 "user command line client"
再提交就没有问题了
产生原因: 提交时有冲突,合并冲突之后再次提交发生了错误。