背景:
合并一个开发比较久的分支到master。
使用的命令:
git checkout master
git merge may_dev_branch
今天在merge的时候出现了如下的错误:
error: add_cacheinfo failed to refresh for path '****/***.a'; merge aborting.
Encountered 45 file(s) that should have been pointers, but weren't:
****/***.a
****/***.a
….
// 后面就是一堆.a 的文件路径
google 搜索了一圈,尝试卸载重新安装lfs等,问题依然存在。
最后竟然是重新clone一份代码,在新的clone仓库中,问题就不存在了。
猜到的坑,这里记录下。
参考:
https://stackoverflow.com/questions/48080112/git-error-addinfo-cache-failed-for-path-file