美文网首页
git merge error: add_cacheinfo f

git merge error: add_cacheinfo f

作者: yanlong107 | 来源:发表于2020-06-11 17:35 被阅读0次

背景:

合并一个开发比较久的分支到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

相关文章

网友评论

      本文标题:git merge error: add_cacheinfo f

      本文链接:https://www.haomeiwen.com/subject/fbtitktx.html