我一般在 ide 里创建本地仓库是使用 VCS > Import into Version Control > Create Git Repository。
但是在 2022 版的 idea 和 webstrome 中没有了顶部的 VCS 按钮。
解决办法:
- mac:Preferences > Version Control > Directory Mappings
- win:File > Setting > Version Control > Directory Mappings
修改 Directory 为项目根目录 ,VCS 为 Subversion 即可。
点击 apply 就可以了,返回项目就成功了。
标签:Control,Version,idea,webstorm,vcs,2022,Directory,VCS From: https://www.cnblogs.com/Dm920/p/16876732.html