美文网首页
CocoaPods警告

CocoaPods警告

作者: KnowWhy | 来源:发表于2017-08-06 13:37 被阅读0次
    1. 问题一
    Updating spec repo `master`
    warning: inexact rename detection was skipped due to too many files.
    warning: you may want to set your diff.renameLimit variable to at least 19371 and retry the command.
    

    解决方案:
    You need to set and unset that rename limit:

    git config merge.renameLimit 999999
    git config --unset merge.renameLimit
    

    相关文章

      网友评论

          本文标题:CocoaPods警告

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