【问题标题】:How to delete Xcode source control that remains after removing .git on the command line?如何删除在命令行上删除 .git 后剩余的 Xcode 源代码控制?
【发布时间】:2019-10-08 09:48:52
【问题描述】:

在这里你可以看到没有 .git 文件,因为我删除了它

rm -rf .git

在这里你可以看到 Xcode 仍然有对 git 存储库的引用。

我想恢复历史记录。

从 github 下载新版本不起作用,因为它在线缺少 project.pbxproj 文件。

=0

【问题讨论】:

    标签: xcode git


    【解决方案1】:

    解决方法是删除.git文件所在目录下的.DS_Store文件夹。

    【讨论】:

      猜你喜欢
      • 2021-08-30
      • 1970-01-01
      • 2017-11-12
      • 1970-01-01
      • 2010-09-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多