【场景一】

Commit failed with error
				0 files committed, 4 files failed to commit: *****
				On branch feature/*******
				Your branch is up-to-date with 'origin/feature/*******'.
				nothing to commit, working tree clean

原因
git默认配置为忽略大小写,因此无法正确检测大小写的更改
解决方法
运行git config core.ignorecase false,关闭git忽略大小写配置,即可检测到大小写名称更改

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐