【问题标题】:Xcode Local Commit Fails with "Multiple working copies failed to commit files." ErrorXcode 本地提交失败并显示“多个工作副本未能提交文件”。错误
【发布时间】:2019-04-20 04:12:42
【问题描述】:

更新到 Xcode 10.1 后,当我从源代码管理中选择“提交...”时出现错误

多个工作副本未能提交文件。

它以前一直有效。

推送到 Bitbucket 仍然有效。 如何让 Commit 重新工作?

【问题讨论】:

    标签: xcode commit


    【解决方案1】:

    原因及解决方法:

    Xcode 错误,更新 Xcode 时删除作者详细信息,工作区目录中的 cmd 行中的以下内容修复了该问题:

    xcrun git config user.name "your_user_name"
    xcrun git config user.email your_email
    

    运行命令后,重启Xcode

    【讨论】:

      猜你喜欢
      • 2016-03-26
      • 2013-01-19
      • 2011-03-12
      • 1970-01-01
      • 2014-01-24
      • 1970-01-01
      • 2015-09-12
      • 2015-02-15
      相关资源
      最近更新 更多