Git: you may want to set your merge.renamelimit variable to at least 1608 and retry the command.
Auto-merging trunk/.config
CONFLICT (content): Merge conflict in trunk/.config
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your merge.renamelimit variable to at least 1608 and retry the command.
Automatic merge failed; fix conflicts and then commit the result.
解决办法:
git config merge.renameLimit 999999
All Comments (0)