现象: Error:fatal: no such path /test/XXXController.java in HEAD. 报错!
原因: 重命名文件夹大小写问题;
解决办法:
git mv Test/XXXController.java test/XXXController.java git commit -am "Rename Test to test"
作为笔记,仅供参考。
参考文章:https://www.it1352.com/1867093.html