一、概述

intellij idea 再加入版本控制后,在工作空间中的项目文件都会纳入管理范围,这样idea左侧 “project视图” 中的项目及文件也会出现红色(可能其它颜色),若使用其他客户端工作,完全可以清除idea的版本控制配置。

二、修改文件

路径:workspace/.idea

修改文件:vcs.xml

<project version="4">
    <component name="VcsDirectoryMappings">
        <!--注:删除vcs的值,保持为空即可-->
        <mapping directory="" vcs="" />
    </component>
</project>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-11-17
  • 2021-09-05
  • 2021-06-30
  • 2021-12-12
猜你喜欢
  • 2021-11-11
  • 2021-04-06
  • 2021-12-03
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案