这是关于 VSS 的警告吗?

Is this warning about from VSS?

我正在尝试从我电脑上的旧代码库中删除 Visual SourceSafe (VSS) 的痕迹。 (保存 VSS 数据库的 back-end 服务器早就不存在了。)我原以为我所要做的就是删除所有扩展名为 .scc 和 .vssscc 的文件。然后我尝试在 Visual Studio 项目所在的位置创建一个本地 Git 存储库。我尝试使用 Visual Studio 2019 打开项目,但出现此错误:

这是 error/warning VS 通知我从与 VSS 关联的其他旧文件中我未能删除的吗?我在 VS 2019 中当然没有用于 VSS 的 plug-in,所以这有点道理。我只是想弄清楚这个警告以及我应该怎么做。

git-tfs/git-tfs issue 109

所述

Visual Studio uses the unfortunate practice of storing TFS binding information in solution and project files.

When I pull those files into Git, VS warns me that "The associated source control plug-in is not installed or could not be initialized. Common causes for this error include server unavailability and/or incorrect workspace mappings."

I can then choose to "Temporarily work uncontrolled" or "Permanently remove source control bindings".

尝试 import from source control your repo,假设先删除 所有 VSCode project/solution 个文件。