Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到另一个问题中描述的“文件名太长”错误。我已经在远程仓库中修复了文件名,现在我正在尝试合并远程修复名称的更改。但是,git 不会让我合并,因为它认为我有未提交的更改(它无法创建的名称太长的文件)。有什么方法可以强制 git 合并吗?注意git status没有列出任何修改,除了打印文件名太长错误,所以我看不到如何在本地首先满足 git。特别是,git 不会将文件报告为 rm'd 或丢失。
git status
我能够通过执行git reset --hard <remote>/<branch>.
git reset --hard <remote>/<branch>