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