WebStrom 关闭git

1、找到项目的.idea文件夹里的vcs.xml

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$" vcs="none" />
  </component>
</project>

把vcs="none"即可

时间 2023-03-12

posted @ 2023-03-12 13:33  有何和不可  阅读(229)  评论(0)    收藏  举报